Search Discussions
-
count(*) tooks much time... but with the where clause we can make this to use indexing,... what where clause we can use?? Am using postgres 7.4 in Debian OS with 1 GB RAM, am having a table with ...
Sathiya psql
Mar 6, 2008 at 5:43 am
Mar 18, 2008 at 3:42 pm -
I am going to embarkon building a music library using apache, postgresql and php. What is the best way to store the music files? Which file type should I use?
Rich
Mar 16, 2008 at 6:12 am
Mar 19, 2008 at 1:41 pm -
Is there any article describing the migration database from postgresql 7.4to 8.1
Sathiya psql
Mar 12, 2008 at 5:27 am
Mar 12, 2008 at 2:46 pm -
Hi all I'm encountering an odd issue with a bulk import query using PostgreSQL 8.3. After a 400,000 row import into a just-truncated table `booking', a sequential scan run on the table in the same ...
Craig Ringer
Mar 10, 2008 at 9:56 am
Mar 11, 2008 at 9:58 am -
Hello, i have problem with following table... create table dataaction ( id INT4 not null, log text, primary key (id) ); It is the table for storing results of long running jobs. The log attribute ...
Pavel Rotek
Mar 7, 2008 at 8:35 am
Mar 7, 2008 at 3:03 pm -
(Declaration of interest: I'm researching for a publication on OLTP system design) I have a question about file writes, particularly on POSIX. This arose while considering the extent to which cache ...
James Mansion
Mar 31, 2008 at 7:49 pm
Apr 17, 2008 at 6:19 pm -
Hello, I need to install a new server for postgresql 8.3. It will run two databases, web server and some background programs. We already have a server but it is becoming slow and we would like to ...
Laszlo Nagy
Mar 28, 2008 at 9:22 am
Mar 31, 2008 at 3:15 am -
Dear Friends, I have a table with 32 lakh record in it. Table size is nearly 700 MB, and my machine had a 1 GB + 256 MB RAM, i had created the table space in RAM, and then created this table in this ...
Sathiya psql
Mar 25, 2008 at 8:35 am
Mar 27, 2008 at 5:33 pm -
I have a big PG server dedicated to serve only SELECT queries. The database is updated permanently using Slony. The server has 8 Xeon cores running at 3Ghz, 24GB or RAM and the following disk arrays: ...
Laurent Raufaste
Mar 19, 2008 at 11:18 am
Mar 21, 2008 at 1:54 pm -
I am moving our small business application database application supporting a 24/7 animal hospital to use 8.0.15 from 7.4.19 (it will not support 8.1, 8.2. or 8.3). Now, we can choose a new a disc ...
Steve Poe
Mar 2, 2008 at 7:37 am
Mar 3, 2008 at 7:45 pm -
Ok, finally am changing my question. Do get quick response from postgresql what is the maximum number of records i can have in a table in postgresql 8.1 ???
Sathiya psql
Mar 25, 2008 at 11:42 am
Mar 26, 2008 at 12:21 pm -
I just found out that my company is planning on migrating my databases from our current ISCSI storage solution to NetApps connected via NFS. I knew about the NetApp migration, but always assumed (and ...
Chris Hoover
Mar 20, 2008 at 7:38 pm
Mar 25, 2008 at 1:33 pm -
Hi! I'm testing an update on 66k rows on Postgresql, and it seems something is not right here. My server is a Quad-Xeon 3.2 Ghz with 2 GB RAM and a RAID 1 running FreeBSD 6.3 and PgSQL 8.3. My ...
Miguel Arroz
Mar 10, 2008 at 2:28 am
Mar 11, 2008 at 4:14 am -
Hello We hace a Quad Xeon server, with 8GO of ram, sata II 750Go An postgresql database, of 10 Go I have several treatment every 2 minutes who select, insert, update thousand of data in a table. It ...
Dforums
Mar 4, 2008 at 8:55 pm
Mar 5, 2008 at 8:25 am -
I've got a new server and am myself new to tuning postgres. Server is an 8 core Xeon 2.33GHz, 8GB RAM, RAID 10 on a 3ware 9550SX-4LP w/ BBU. It's serving as the DB for a fairly write intensive (maybe ...
Alan bryan
Mar 3, 2008 at 11:39 pm
Mar 4, 2008 at 4:25 pm -
The owners of the animal hospital where I work at want to consider live/hot backups through out the day so we're less likely to lose a whole day of transaction. We use Postgresql 8.0.15. We do 3AM ...
Steve Poe
Mar 24, 2008 at 8:23 pm
Mar 25, 2008 at 4:50 am -
Hi all, I have been searching for the best way to run maintenance scripts which does a vacuum, analyze and deletes some old data. Whenever the maintenance script runs - mainly the pg_maintenance ...
Vinubalaji Gopal
Mar 15, 2008 at 12:25 am
Mar 16, 2008 at 6:11 pm -
Below I have two almost identical queries. Strangely enough the one that uses the index is slower ??? explain analyze select uid from user_profile where lower(firstname)='angie' and extract(year from ...
Dave Cramer
Mar 6, 2008 at 12:27 am
Mar 8, 2008 at 1:20 am -
Hi all, maybe it’s a naive question but I was wondering if there is any difference, from a performance point of view, between a view and a function performing the same task, something like: CREATE ...
Giorgio Valoti
Mar 22, 2008 at 2:01 pm
Apr 11, 2008 at 7:24 am -
Hi I have a table with around 10 million entries The webpage rendered hits at most 200 records which are distributed well in the 10m with an average of 2 "references" pr. entry. Is there anyway to ...
Jesper Krogh
Mar 27, 2008 at 3:35 pm
Mar 27, 2008 at 5:54 pm -
I'm not a DBA....but I play one at my office. I also have a hand in system administration, development and stairwell sweeping. Small shop...many hats per person. We have a postgresql (v8.2.X) ...
P prince
Mar 26, 2008 at 7:48 pm
Mar 27, 2008 at 3:13 pm -
Hello, we have several indexes such as: create index foo1 on bla (a); create index foo2 on bla (b); create index foo3 on bla (a,b); They are all used often by frequently used queries (according to ...
Marinos Yannikos
Mar 26, 2008 at 2:51 pm
Mar 26, 2008 at 4:21 pm -
Hi, I'm uning postgres 8.1 at P4 2.8GHz with 2GB RAM. (web server + database on the same server) Please, how long takes your connectiong to postgres? $starttimer=time()+microtime(); $dbconn = ...
Firerox
Mar 24, 2008 at 7:40 am
Mar 25, 2008 at 4:20 am -
Hi folks, We are running Postgres 8.2.5. I have 3 tables, call them A, B, and C Table A houses info on all emails that have ever been created for the purpose of being delivered to our end customers. ...
Mark Steben
Mar 18, 2008 at 9:07 pm
Mar 19, 2008 at 1:56 pm -
A number of weeks ago, I had posted a request for help regarding join estimates in pg 8.2.6. In moderately complex to very complex ad hoc queries in our system, we were consistently having the system ...
Chris Kratz
Mar 18, 2008 at 3:42 pm
Mar 19, 2008 at 12:01 am -
Dear Friends, I have a table with 50 lakhs records, the table has more then 10 fields, i have primary key, i have select query with count(*) without any condition, it takes 17 seconds. I have another ...
SPMLINGAM
Mar 5, 2008 at 10:27 am
Mar 5, 2008 at 4:02 pm -
hi all, I want this mail to be continued about summary of performance tuning tools... or other postgres related tools.. I ll start with saying there is a tool SCHEMASPY ( i got to know about this ...
Sathiya psql
Mar 17, 2008 at 12:08 pm
Mar 18, 2008 at 2:56 am -
It often happens that a particular pieces of information is non-null for a small minority of cases. A superficially different manifestation of this is when two pieces of information are identical in ...
Kynn Jones
Mar 14, 2008 at 6:05 pm
Mar 14, 2008 at 8:30 pm -
Hello, we plan to buy a dedicated server to host our database. Here is the proposal I was given (with a second identical server fro backup using log shipping): ========================= IBM X3650 ...
Pascal Cohen
Mar 12, 2008 at 6:58 pm
Mar 14, 2008 at 7:43 pm -
Hi! As part of a data warehousing project, I need to pre-process data downloaded from an external source, in the form of several large flat files. This preprocessing entails checking the validity of ...
Kynn Jones
Mar 8, 2008 at 5:31 pm
Mar 11, 2008 at 3:57 pm -
Hi We are thinking of running a PostgreSQL instance on a virtual host under Xen. Any thoughts for/against running PostgreSQL on a virtual host would be much appreciated. -- Regards Theo
Theo Kramer
Mar 4, 2008 at 4:12 pm
Mar 5, 2008 at 3:03 pm -
Is there any tool to draw ER diagram from SQL schema file... no other groups are replying.....
Sathiya psql
Mar 13, 2008 at 1:24 pm
Mar 14, 2008 at 11:35 am -
Hi chaps, I'm looking at switching out the perc5i (lsi megaraid) cards from our Dell 2950s for something else as they're crap at raid 10. Thing is I'm not entirely sure where to start, we're using 6 ...
Glyn Astill
Mar 13, 2008 at 12:35 pm
Mar 14, 2008 at 5:53 am -
hi, is there any generalized format for the output for the output of the explain command ?. If so please send that generalized format to me. otherwise tell me how to parse the output of explain ...
RaviRam Kolipaka
Mar 6, 2008 at 6:10 am
Mar 7, 2008 at 12:59 pm -
i had a table with 50 lakh record... it has a column called oid ( obviously all the tables will have this ), but while doing any operation it is getting slow because of the number of records... if i ...
Sathiya psql
Mar 6, 2008 at 7:02 am
Mar 6, 2008 at 4:28 pm -
Hello Everyone, I had posted an issue previously that we've been unable to resolve. An early mis-estimation in one or more subqueries causes the remainder of the query to choose nested loops instead ...
Chris Kratz
Mar 4, 2008 at 2:49 pm
Mar 4, 2008 at 6:42 pm -
Subject about says it all. Should I be more concerned about checkpoints happening 'frequently' or lasting 'longer'? In other words, is it ok to checkpoint say, every 5 minutes, if it only last a ...
Douglas J Hunley
Mar 3, 2008 at 2:25 pm
Mar 3, 2008 at 5:06 pm -
Hi I've been wondering about postgresql's handling of repeated subqueries in statements for a while, and thought I'd ask here. If the exact same subquery appears in multiple places in a complex ...
Craig Ringer
Mar 13, 2008 at 3:38 am
Mar 13, 2008 at 2:06 pm -
Hello --------------------------- Postgresql version: 8.1.10 4GB RAM 2x HP 72GB 10K SAS RAID1/smartarray --------------------------- I have a colleague that is having som performance problems from ...
Rafael Martinez
Mar 3, 2008 at 3:18 pm
Mar 4, 2008 at 11:57 am -
Hey all, I had posted sometime back asking for the best way to perform vacuum with a lower priority - I did tune it up to a lower priority and still noticed that the other database queries are ...
Vinubalaji Gopal
Mar 26, 2008 at 7:50 pm
Mar 28, 2008 at 6:29 am -
Hi friends, I am using postgresql 8.1, I have shared_buffers = 50000, now i execute the query, it takes 18 seconds to do sequential scan, when i reduced to 5000, it takes one 10 seconds, Why. Can ...
Petchimuthu lingam
Mar 24, 2008 at 9:28 am
Mar 25, 2008 at 12:24 pm -
i am using postgresql 8.1.8, Following configurations: shared_buffers = 5000 work_mem = 65536 maintenance_work_mem = 65536 effective_cache_size = 16000 random_page_cost = 0.1 The cpu is waiting ...
Petchimuthu lingam
Mar 24, 2008 at 1:06 pm
Mar 25, 2008 at 1:13 am -
Hi All, I want some clarification in the following, In a database which we are having we have nearly 100 tables, and in 75% of the tables we have 6 columns ( INT ) as standard columns. What is ...
Sathiya psql
Mar 22, 2008 at 4:10 am
Mar 22, 2008 at 9:08 am -
On a database (PostgreSQL 8.2.4 on 64-bit Linux 2.6.18 on 8 AMD Opterons) that is under high load, I observe the following: - About 200 database sessions concurrently issue queries, most of them ...
Albe Laurenz
Mar 14, 2008 at 1:50 pm
Mar 17, 2008 at 10:36 am -
how to find trigger names in my database ? using psql 7.4 the following query shows system triggers, i want only to list the triggers created by me select relname, tgname, tgtype, proname, prosrc, ...
Sathiya psql
Mar 11, 2008 at 1:38 pm
Mar 12, 2008 at 5:17 am -
I have one table with 30 fields, i have more then 60 million records, if i use more no of indexes will it affect the insertion performance? and select performance? Shall i have more then one partial ...
Petchimuthu lingam
Mar 11, 2008 at 12:28 pm
Mar 11, 2008 at 4:05 pm -
I've came across this issue while writing report-like query for 2 not very large tables. I've tried several methods to resolve this one (see below). But now I'm really stuck... PostgreSQL 8.3, ...
Vlad Arkhipov
Mar 7, 2008 at 5:52 am
Mar 11, 2008 at 1:52 am -
Hi all, I'm running the following query to match a supplied text string to an actual place name which is recorded in a table with extra info like coordinates, etc. SELECT ...
B wragg
Mar 7, 2008 at 4:31 am
Mar 7, 2008 at 8:44 am -
Hello, I'm sorry if this has been discussed before, I couldn't find a discussion about this problem. I've done the same query on a 8.2.5 database. The first one is prepared first and the other is ...
Martin Kjeldsen
Mar 31, 2008 at 11:17 am
Mar 31, 2008 at 11:59 am -
I have a query which is prepare s_18 as select uid from user_profile where name like $1::varchar and isactive=$2 order by name asc limit 250; explain analyze execute s_18 ('atxchery%','t'); QUERY ...
Dave Cramer
Mar 27, 2008 at 7:14 pm
Mar 28, 2008 at 2:54 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 72 |
posts | 538 |
users | 123 |
website | postgresql.org |
irc | #postgresql |
123 users for March 2008
Archives
- August 2013 (188)
- July 2013 (94)
- June 2013 (119)
- May 2013 (255)
- April 2013 (185)
- March 2013 (210)
- February 2013 (202)
- January 2013 (154)
- December 2012 (283)
- November 2012 (335)
- October 2012 (391)
- September 2012 (213)
- August 2012 (199)
- July 2012 (356)
- June 2012 (156)
- May 2012 (197)
- April 2012 (183)
- March 2012 (195)
- February 2012 (282)
- January 2012 (156)
- December 2011 (215)
- November 2011 (288)
- October 2011 (289)
- September 2011 (446)
- August 2011 (328)
- July 2011 (234)
- June 2011 (283)
- May 2011 (420)
- April 2011 (450)
- March 2011 (382)
- February 2011 (538)
- January 2011 (351)
- December 2010 (342)
- November 2010 (422)
- October 2010 (605)
- September 2010 (213)
- August 2010 (355)
- July 2010 (457)
- June 2010 (530)
- May 2010 (276)
- April 2010 (333)
- March 2010 (427)
- February 2010 (403)
- January 2010 (541)
- December 2009 (265)
- November 2009 (447)
- October 2009 (448)
- September 2009 (352)
- August 2009 (330)
- July 2009 (378)
- June 2009 (412)
- May 2009 (457)
- April 2009 (414)
- March 2009 (447)
- February 2009 (338)
- January 2009 (302)
- December 2008 (243)
- November 2008 (306)
- October 2008 (149)
- September 2008 (269)
- August 2008 (432)
- July 2008 (281)
- June 2008 (249)
- May 2008 (383)
- April 2008 (479)
- March 2008 (538)
- February 2008 (409)
- January 2008 (302)
- December 2007 (423)
- November 2007 (401)
- October 2007 (393)
- September 2007 (478)
- August 2007 (414)
- July 2007 (446)
- June 2007 (651)
- May 2007 (644)
- April 2007 (511)
- March 2007 (471)
- February 2007 (354)
- January 2007 (451)
- December 2006 (557)
- November 2006 (276)
- October 2006 (639)
- September 2006 (443)
- August 2006 (501)
- July 2006 (322)
- June 2006 (504)
- May 2006 (570)
- April 2006 (707)
- March 2006 (644)
- February 2006 (459)
- January 2006 (500)
- December 2005 (658)
- November 2005 (565)
- October 2005 (479)
- September 2005 (463)
- August 2005 (565)
- July 2005 (506)
- June 2005 (604)
- May 2005 (474)
- April 2005 (760)
- March 2005 (699)
- February 2005 (375)
- January 2005 (640)
- December 2004 (315)
- November 2004 (421)
- October 2004 (477)
- September 2004 (350)
- August 2004 (491)
- July 2004 (244)
- June 2004 (334)
- May 2004 (223)
- April 2004 (534)
- March 2004 (445)
- February 2004 (331)
- January 2004 (350)
- December 2003 (315)
- November 2003 (298)
- October 2003 (815)
- September 2003 (382)
- August 2003 (549)
- July 2003 (524)
- June 2003 (210)
- May 2003 (306)
- April 2003 (271)
- March 2003 (209)
- February 2003 (245)
- January 2003 (408)
- December 2002 (228)
- November 2002 (258)
- October 2002 (141)
- September 2002 (17)