Search Discussions
-
Hi, I wrote a query (see below) that extracts climate data from weather stations within a given radius of a city using the dates for which those weather stations actually have data. The query uses ...
David Jarvis
May 25, 2010 at 5:54 am
Jul 7, 2010 at 2:43 pm -
Hi, I recently switched to PostgreSQL from MySQL so that I can use PL/R for data analysis. The query in MySQL form (against a more complex table structure) takes ~5 seconds to run. The query in ...
David Jarvis
May 20, 2010 at 5:06 am
Jun 2, 2010 at 4:55 am -
Machine: 8 core AMD opteron 2.1GHz, 12 disk RAID-10, 2 disk pg_xlog, RHEL 5.4 pg version 8.3.9 (upgrading soon to 8.3.11 or so) This query: SELECT sum(f.bytes) AS sum FROM files f INNER JOIN events ...
Scott Marlowe
May 19, 2010 at 12:17 am
May 28, 2010 at 2:56 am -
Greetings, in http://archives.postgresql.org/message-id/[email protected], it is stated that the performance of temporary tables is "the same as a regular table but without WAL on the ...
Joachim Worringen
May 25, 2010 at 8:16 am
Jun 6, 2010 at 10:44 pm -
Hi all, In my database application, I've a table whose records can reach 10M and insertions can happen at a faster rate like 100 insertions per second in the peak times. I configured postgres to do ...
Venu madhav
May 11, 2010 at 8:48 am
May 26, 2010 at 4:26 am -
I have been Googling for answers on this for a while, and have not been able to find anything satisfactory. Imagine that you have a stored procedure which is currently written using PL/PGSQL. This ...
Eliot Gable
May 26, 2010 at 4:06 pm
Jun 1, 2010 at 4:28 pm -
Hi all! We moved from MySQL to Postgresql for some of our projects. So far we're very impressed with the performance (especially INSERTs and UPDATEs), except for a strange problem with the following ...
Thilo
May 8, 2010 at 11:41 am
May 17, 2010 at 12:36 pm -
Sample code: SELECT * FROM MyTable WHERE foo = 'bar' AND MySlowFunc('foo') = 'bar' Let's say this required a SEQSCAN because there were no indexes to support column foo. For every row where foo < ...
Carlo Stonebanks
May 27, 2010 at 7:29 pm
Dec 27, 2011 at 11:38 pm -
Hi I have a situation at my work which I simply don't understand and hope that here I can find some explanations. What is on the scene: A - old 'server' PC AMD Athlon64 3000+, 2GB RAM, 1 ATA HDD ...
Piotr Legiecki
May 14, 2010 at 1:54 pm
May 24, 2010 at 3:45 am -
Hi I have a situation at my work which I simply don't understand and hope that here I can find some explanations. What is on the scene: A - old 'server' PC AMD Athlon64 3000+, 2GB RAM, 1 ATA HDD ...
Piotr Legiecki
May 14, 2010 at 8:51 am
May 21, 2010 at 12:15 pm -
Jignesh, All: Most of our Solaris users have been, I think, following Jignesh's advice from his benchmark tests to set ZFS page size to 8K for the data zpool. However, I've discovered that this is ...
Josh Berkus
May 8, 2010 at 12:10 am
May 12, 2010 at 1:02 am -
Hi. I'm trying to get the planner to do sort of the correct thing when choosing between index-scans on btree indices and bitmap heap scans. There has been several things going on in parallel. One is ...
Jesper Krogh
May 30, 2010 at 5:41 pm
Jun 5, 2010 at 1:29 am -
Hi All, In my application we are using postgres which runs on an embedded box. I have configured autovacuum to run once for every one hour. It has 5 different databases in it. When I saw the log ...
Venu madhav
May 21, 2010 at 9:38 am
Jun 2, 2010 at 8:14 pm -
We're using a function that when run as a select statement outside of the function takes roughly 1.5s to complete whereas running an identical query within a function is taking around 55s to ...
Tyler Hildebrandt
May 25, 2010 at 9:59 am
May 25, 2010 at 4:19 pm -
Hello, I'm about to embark on a partitioning project to improve read performance on some of our tables: db=# select relname,n_live_tup,pg_size_pretty(pg_relation_size(relid)) from pg_stat_all_tables ...
Richard Yen
May 5, 2010 at 8:25 pm
May 10, 2010 at 2:39 am -
Anybody on the list have any experience with these drives? They get good numbers but I can't find diddly on them on the internet for the last year or so. http://www.stec-inc.com/product/zeusiops.php
Scott Marlowe
May 28, 2010 at 7:49 pm
Jun 1, 2010 at 1:17 pm -
Hello, Sorry for the re-post - not sure list is the relevant one, I included slightly changed query in the previous message, sent to bugs list. I have an ORM-generated queries where parent table keys ...
Krzysztof Nienartowicz
May 20, 2010 at 2:00 pm
May 28, 2010 at 12:04 am -
Hello all, A query ran twice in succession performs VERY poorly the first time as it iterates through the nested loop. The second time, it rips. Please see SQL, SLOW PLAN and FAST PLAN below. I don't ...
Carlo Stonebanks
May 11, 2010 at 5:42 am
May 26, 2010 at 4:13 am -
Hi everyone, I use DBD::Pg to interface with our 8.4.2 database, but for a particular query, performance is horrible. I'm assuming that the behavior of $dbh- prepare is as if I did PREPARE foo AS ...
Richard Yen
May 21, 2010 at 10:53 pm
May 25, 2010 at 7:02 pm -
Hello, We've been a satified user of PostgreSQL for several years, and use it to power a national pet adoption website: http://www.adoptapet.com/ Recently we've had a regularly-timed ...
Mark Stosberg
May 7, 2010 at 1:38 pm
May 7, 2010 at 7:23 pm -
Hi group, I could really use your help with this one. I don't have all the details right now (I can provide more descriptions tomorrow and logs if needed), but maybe this will be enough: I have ...
Łukasz Dejneka
May 24, 2010 at 4:50 pm
Jun 2, 2010 at 9:26 pm -
I'm using PostgreSQL 9.0 beta 1. I've got the following table definition: # \d parts_2576 Table "public.parts_2576" Column | Type | Modifiers ...
Thom Brown
May 28, 2010 at 6:27 pm
May 29, 2010 at 5:01 pm -
This is not a rigorous test and should not be used as a direct comparison between operating systems. My objective was to estimate the ZFS toll in Postgres, and what to expect in performance, ...
Joao.pinheiro
May 15, 2010 at 4:42 pm
May 17, 2010 at 7:06 am -
Hi, I am trying to have synchronous master-master replication in PostgreSQL8.4 using PgPool II. I am not able to configure PgPool on the system, it gives me an error, libpq is not installed or libpq ...
Neha Mehta
May 6, 2010 at 4:24 am
May 6, 2010 at 10:28 pm -
Dear all and Tom, Recently my company’s postgres DB server sluggish suddenly with a hight Context-switching value as below: 2010-04-07 04:03:15 procs memory swap io system cpu 2010-04-07 04:03:15 r b ...
黄永卫
May 27, 2010 at 7:27 am
May 28, 2010 at 4:11 am -
We're using a function that when run as a select statement outside of the function takes roughly 1.5s to complete whereas running an identical query within a function is taking around 55s to ...
Tyler Hildebrandt
May 21, 2010 at 2:28 pm
May 27, 2010 at 3:56 pm -
Hello, I work for a web app to send email newsletters, and I have one question about postgres' performance in two different setups. Actually we have one 4GB Ram VPS running our app server (it's a ...
Pedro Axelrud
May 24, 2010 at 9:03 pm
May 25, 2010 at 5:07 pm -
I have a message posted in pgsql-general that outlines what I thought was an indexing problem - it's not, so I'm bringing it here. I dumped the table from our production system and stuffed it into a ...
Karl Denninger
May 8, 2010 at 8:35 pm
May 9, 2010 at 9:36 am -
Hi, I have two similar queries that calculate "group by" summaries over a huge table (74.6mil rows). The only difference between two queries is the number of columns that group by is performed on. ...
Slava Moudry
May 27, 2010 at 7:44 pm
Jun 5, 2010 at 1:40 am -
Good day list I would appreciate some comments to the following: I have a Dell PowerEdge SC1420 server with 2 GB of RAM 1 DD 73 Gb SCSI Ulltra320 2 Xeon (4 cache) with PGSQL 7.3.7 running GNU / Linux ...
Juan Pablo Sandoval Rivera
May 25, 2010 at 2:04 pm
May 25, 2010 at 2:27 pm -
Hi all, Are there any HP Smart Array disk controller users running linux that have experimented with the new scsi based hpsa driver over the block based cciss driver? I have a p800 controller that ...
Mark Wong
May 28, 2010 at 1:24 am
May 28, 2010 at 1:24 am
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 31 |
posts | 276 |
users | 75 |
website | postgresql.org |
irc | #postgresql |
75 users for May 2010
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)