Search Discussions
-
Hi List; We'll be loading a table with begining & ending I.P.'s - the table will likely have upwards of 30million rows. Any thoughts on how to get the best performance out of queries that want to ...
Kevin Kempter
Jan 10, 2008 at 11:15 pm
Jan 14, 2008 at 2:12 pm -
Hi all, we have a PostgreSQL dedicated Linux server with 8 cores (2xX5355). We came accross a strange issue: when running with all 8 cores enabled approximatly once a minute (period differs) the ...
Jakub Ouhrabka
Jan 3, 2008 at 11:51 am
Mar 22, 2008 at 1:44 am -
Hey folks -- For starters, I am fairly new to database tuning and I'm still learning the ropes. I understand the concepts but I'm still learning the real world impact of some of the configuration ...
Joshua Fielek
Jan 23, 2008 at 4:12 am
Jan 25, 2008 at 8:18 am -
Hi We recently converted to postgres (from mssql) and we're having performance issues. Not all the issues are related to postgres, but we're trying to sort everything out. The server is running ...
Adrian Moisey
Jan 9, 2008 at 8:18 am
Jan 10, 2008 at 2:35 pm -
Hi I've noticed a strange pattern in our logs. We only log anything that takes longer then 5 seconds. If I tail the logs, I see a steady stream of functions that took longer then 5 seconds. But every ...
Adrian Moisey
Jan 16, 2008 at 10:42 am
Jan 21, 2008 at 7:37 pm -
A simple update query, over roughly 17 million rows, populating a newly added column in a table, resulted in an out of memory error when the process memory usage reached 2GB. Could this be due to a ...
Stephen Denne
Jan 25, 2008 at 12:32 am
Jan 28, 2008 at 8:18 am -
I might completely misunderstand this feature. Shouldn't "synchronous_commit = off" improve performance? Whatever I do, I find "synchronous_commit = off" to degrade performance. Especially it doesn't ...
Hannes Dorbath
Jan 21, 2008 at 10:03 pm
Jan 22, 2008 at 12:34 pm -
My set-up: Postgres 8.2.5 on AMD x86_64 compiled with GCC 3.4.4 on Gentoo Linux 2.6.17 4 GB of RAM, shared_buffers = 1000 work_mem = 1024 This is regarding performance of set-returning functions in ...
John Smith
Jan 9, 2008 at 2:21 am
Jun 10, 2008 at 12:48 am -
Hi We are looking to buy a new server and I am wondering what kind of hardware we should buy and how to configure it. We are either getting 8x 2.5" 15k rpm sas disks or 6x 3.5" 15k rpm sas disks. If ...
Christian Nicolaisen
Jan 28, 2008 at 7:26 pm
Jan 29, 2008 at 6:41 pm -
Hi, I have been having difficulty with some functions which return sets of rows. The functions seem to run very slowly, even though the queries they run execute very quicky if I run them directly ...
Dean Rasheed
Jan 20, 2008 at 11:40 am
Jan 28, 2008 at 12:39 pm -
We have a machine that serves as a fileserver and a database server. Our server hosts a raid array of 40 disk drives, attached to two3-ware cards, one 9640SE-24 and one 9640SE-16. We have noticed ...
Sean Davis
Jan 17, 2008 at 8:17 pm
Jan 19, 2008 at 4:21 pm -
I've got two huge tables with one-to-many relationship with complex key. There's also a view, which JOINs the tables, and planner chooses unoptimal plan on SELECTs from this view. The db schema is ...
Dmitry Potapov
Jan 23, 2008 at 1:51 pm
Jan 31, 2008 at 11:40 am -
hi We have an installation of Postgres 8.1.2 (32bit on Solaris 9) with a DB size of about 250GB on disk. The DB is subject to fair amount of inserts, deletes and updates per day. Running VACUUM ...
Thomas Lozza
Jan 23, 2008 at 6:34 pm
Jan 28, 2008 at 7:52 pm -
Hi I am investigating migrating from postgres 743 to postgres 826 but although the performance in postgres 826 seems to be generally better there are some instances where it seems to be markedly ...
Matthew Lunnon
Jan 28, 2008 at 11:41 am
Jan 28, 2008 at 3:54 pm -
I'm not sure what is going on but looking for some advice, knowledge. I'm running multiple postgres servers in a slon relationship. I have hundreds of thousands of updates, inserts a day. But what ...
Tory M Blue
Jan 23, 2008 at 6:24 pm
Jan 28, 2008 at 6:09 am -
Hi, I'd appreciate some assistance in working through what would be the optimal configuration for the following situation. We currently have one large DB (~1.2TB on disk), that essentially consists ...
David Brain
Jan 25, 2008 at 4:38 pm
Jan 28, 2008 at 4:25 am -
Hi ms I have a query which runs pretty quick ( 0.82ms) but when I put it inside a stored procedure it takes 10 times as long (11.229ms). Is this what you would expect and is there any way that I can ...
Matthew Lunnon
Jan 28, 2008 at 12:03 pm
Feb 5, 2008 at 10:07 am -
Useing 8.1.9 I'm running into some performance issues with inheritance. I've abstracted the situation below because otherwise there's lots of spurious stuff, but I'll gladly provide the real EXPLAIN ...
Julian Scarfe
Jan 12, 2008 at 7:34 pm
Jan 13, 2008 at 8:48 pm -
Hi, I've got a pg database, and a batch process that generates some metadata to be inserted into one of the tables. Every 15 minutes or so, the batch script re-calculates the meta data (600,000 ...
Growse
Jan 25, 2008 at 11:27 pm
Feb 1, 2008 at 1:51 am -
Hi All, I am experiencing a strange performance issue with Postgresql (7.4.19) + PostGIS. (I posted to the PostGIS list but got no response, so am trying here.) We have a table of entries that ...
Claire McLister
Jan 28, 2008 at 5:59 pm
Jan 31, 2008 at 7:30 pm -
Hi Which scheduler is recommended for a box that is dedicated to running postgres? I've asked google and found no answers. -- Adrian Moisey System Administrator | CareerJunction | Your Future Starts ...
Adrian Moisey
Jan 22, 2008 at 7:00 am
Jan 22, 2008 at 8:46 am -
Using Postgresql 8.1.10 every so often I get a transaction that takes a while to commit. I log everything that takes over 500ms and quite reguallly it says things like 707.036 ms statement: COMMIT Is ...
Peter Childs
Jan 3, 2008 at 2:35 pm
Jan 4, 2008 at 10:17 am -
Hi -performance, While testing 8.3, I found this query which is equally slow on 8.1 and 8.3 and seems to be really slow for a not so complex query. The stats are as good as possible and the behaviour ...
Guillaume Smet
Jan 23, 2008 at 12:57 am
Jan 23, 2008 at 9:06 am -
Hi, Since I moved from PostgreSQL 7.3 to 8.2 I have a query which suddenly runs very slow. In 7.3 it was really fast. It seems that the query analyser makes other choices, which I don't understand. I ...
Marten Verhoeven
Jan 21, 2008 at 3:00 pm
Jan 21, 2008 at 6:04 pm -
Hi, I am having a really hard time trying to figure out why my simple count(*) query is taking so long. I have a table with 1,296,070 rows in it. There are 2 different types of information that each ...
James DeMichele
Jan 12, 2008 at 1:36 am
Jan 12, 2008 at 5:44 am -
Hello, I have an interesting generic search task, for which I have done different performance tests and I would like to share and discuss my results on this newsgroup. So I begin to describe the ...
Jörg Kiegeland
Jan 9, 2008 at 10:43 am
Jan 10, 2008 at 12:06 pm -
Hi All, I have a procedure which contains only one Select statement. The procedure take more time than expected to complete, the select statement inside the procedure was taking about 2 minutes to ...
Anoo Sivadasan Pillai
Jan 9, 2008 at 4:11 am
Jan 9, 2008 at 6:06 pm -
Hi. Running postgres 8.2 on debian. I've noticed that concurrent inserts (archiving) of large batches data into two completely unrelated tables are many times slower than the same inserts done in ...
Sergei Shelukhin
Jan 6, 2008 at 3:21 am
Jan 7, 2008 at 11:08 pm -
2
analyze
Hi How long is a piece of string? While we're at it, how often do I vacuum analyze? Seriously though, how do I try measure this? -- Adrian Moisey System Administrator | CareerJunction | Your Future ...Adrian Moisey
Jan 29, 2008 at 2:29 pm
Jan 29, 2008 at 6:40 pm -
We are trying to optimize our Database server without spending a fortune on hardware. Here is our current setup. Main Drive array: 8x 750 GB SATA 2 Drives in a RAID 10 Configuration, this stores the ...
Alex Hochberger
Jan 28, 2008 at 1:54 pm
Jan 29, 2008 at 2:56 am -
On a linux box (Linux db1 2.6.18.8-md #1 SMP Wed May 23 17:21:37 EDT 2007 i686 GNU/Linux) I edited postgresql.conf and changed: shared_buffers = 5000 work_mem = 16384 max_stack_depth = 4096 and then ...
Rick Schumeyer
Jan 24, 2008 at 6:41 pm
Jan 25, 2008 at 2:59 am -
Hi, There will be some flames i suppose. Well I've a normalized database.. For instance: create table Y ( pk, data... ); create table Z ( pk , data... ); create table X ( char, references Y, ...
Patric
Jan 14, 2008 at 6:19 pm
Jan 15, 2008 at 3:30 am -
Greetings, I was trying to get informations on #portgresql about a query plan I think is quite strange, and I was said to post on this list. I hope my mail will be clear enough. I have included the ...
Yannick Le Guédart
Jan 14, 2008 at 2:18 pm
Jan 14, 2008 at 7:06 pm -
I cannot get the "not exists" clause of ANSI SQL to execute correctly. select t.col11, t.col1... from table1 t where not exists (select 1 from table2 where col2 = t.col1); table1 has 40M + rows. if ...
S Golly
Jan 10, 2008 at 8:15 pm
Jan 11, 2008 at 4:01 am -
Hello, I'm developing some routines that will use temporary tables and need advice on how to not lose performance. I will insert data in a temporary table and use this data to generate new sets that ...
Luiz K. Matsumura
Jan 22, 2008 at 7:42 pm
Jan 22, 2008 at 8:34 pm -
All, I have been asked to move this thread to the performance list. Below is the full discussion to this point. Doug Knight WSI Corp Andover, MA -------- Forwarded Message -------- From: Doug Knight ...
Doug Knight
Jan 15, 2008 at 5:05 pm
Jan 18, 2008 at 10:50 pm -
I have the following problem: In my table T, there are a fixed number of boolean columns, C1, .., Cn. Now, a common query is to search in this table for tuples fullfilling an arbitrary boolean ...
Jörg Kiegeland
Jan 11, 2008 at 5:06 pm
Jan 11, 2008 at 5:42 pm -
Hello, I have a problem with my install of postgresql. I have a program that requests DB by opening persistent connexions. When the program is launched, the disk IO are very high until postgresql ...
Guillaume Pungeot
Jan 8, 2008 at 3:36 pm
Jan 9, 2008 at 12:09 am -
Hi Tom, Is it still valid for 8.3 or is there any reason to change this recommendation, considering the work you did on the planner during the 8.3 cycle? Thanks. -- Guillaume
Guillaume Smet
Jan 23, 2008 at 12:42 pm
Jan 23, 2008 at 12:42 pm -
No, it stops growing. @sanjeev We are using "..\pgAdmin III\1.6\pg_dump.exe" -i -h IPHOST -p 5432 -U user -F c -b -v -f "..\back\myfile.backup" db We are going to try the other one. @Harald, we've ...
Sebastián Baioni
Jan 2, 2008 at 12:24 pm
Jan 2, 2008 at 12:24 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 40 |
posts | 302 |
users | 94 |
website | postgresql.org |
irc | #postgresql |
94 users for January 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)