Search Discussions
-
Hi, After reading lots of documentation, I still don't understand fully how PG knows if some needed data is in memory or in second storage. While choosing the best query plan, the optimizer must take ...
Fabrício dos Anjos Silva
Sep 29, 2010 at 4:31 pm
Oct 28, 2010 at 3:31 pm -
We've come to a tipping point with one of our database servers, it's generally quite loaded but up until recently it was handling the load well - but now we're seeing that it struggles to process all ...
Tobias Brox
Sep 23, 2010 at 9:51 pm
Sep 30, 2010 at 9:01 pm -
Hi all, I have a view v_table defined as following: select a,b,c,d,e,f from t_table sort by a,b,c; the usage pattern of this view is the following: select distinct(a) from v_table; select distinct(b) ...
Gaetano Mendola
Sep 13, 2010 at 9:53 am
Oct 25, 2010 at 10:24 am -
Howdy, I'm running pgbench with a fairly large # of clients and getting this error in my PG log file. Here's the command: ./pgbench -c 1100 testdb -l I get: LOG: could not send data to client: Broken ...
David Kerr
Sep 8, 2010 at 5:46 pm
Sep 9, 2010 at 6:07 pm -
Hello, I have received some help from the IRC channel, however, the problem still exists. When running the following query with enable_seqscan set to 0, it takes less than a second, whereas with it ...
Ogden
Sep 21, 2010 at 5:39 pm
Oct 28, 2010 at 4:21 pm -
We have a production database server ... it's quite busy but usually working completely fine, simple queries taking a fraction of a millisecond to run. Recently we've frequently encountered issues ...
Tobias Brox
Sep 15, 2010 at 10:06 am
Sep 23, 2010 at 10:50 pm -
All, I've been looking at pg_stat_user_tables (in 8.3, because of a project I have), and it appears that autovacuum, and only autovaccum, updates the data for this view. This means that one can never ...
Josh Berkus
Sep 13, 2010 at 11:06 pm
Sep 16, 2010 at 7:34 pm -
The autovacuum daemon currently uses the number of inserted and updated tuples to determine if it should run VACUUM ANALYZE on a table. Why doesn’t it consider deleted tuples as well? For example, I ...
Joe Miller
Sep 20, 2010 at 8:38 pm
Oct 26, 2010 at 12:24 pm -
Hi everyone. I have a question, and it's well beyond me to even speculate about the inner workings of postgresql on this. I have a "places" table, and a "coordinates" column, of type POINT. If I want ...
Marcelo Zabani
Sep 30, 2010 at 6:33 pm
Oct 12, 2010 at 12:52 am -
Hello, I have I query which behave strangely (according to me). According to the first plan PG makes absolutely unnecessary seq scan on tables "invoices" and "domeini" and etc. I thing they should be ...
Kaloyan Iliev Iliev
Sep 3, 2010 at 4:45 pm
Sep 7, 2010 at 4:55 pm -
I'm doing an OS upgrade and have been sitting on 8.4.3 for sometime. I was wondering if it's better for the short term just to bring things to 8.4.4 and let 9.0 bake a bit longer, or are people with ...
Tory M Blue
Sep 28, 2010 at 7:22 pm
Oct 27, 2010 at 3:19 pm -
Hi all I've have a strange problem with my Windows postgresql-9.0 service stopping after any transaction which manipulates tables in any database (Deleting records, Inserting records, bulk importing ...
Adrian Kitchingman
Sep 24, 2010 at 4:55 am
Sep 30, 2010 at 6:00 am -
Hi, I am confronted with a use case where my database mainly does big aggregate select (ROLAP), a bunch of batch jobs, and quite few OLTP. I come into cases where the planner under-estimates the ...
Franck Routier
Sep 16, 2010 at 8:31 am
Sep 26, 2010 at 4:02 am -
Our Java application manages its own schema. Some of this is from Hibernate, but some is hand-crafted JDBC. By way of an upgrade path, we have a few places where we have added additional indexes to ...
Dave Crooke
Sep 27, 2010 at 6:50 pm
Oct 7, 2010 at 9:51 pm -
Hello! I have this table: create table test ( s1 varchar(255), s2 varchar(255), i1 integer, i2 integer, ... over 100 other fields ); table contains over 8 million records there's these indexes: ...
Dmitry Teslenko
Sep 23, 2010 at 2:26 pm
Sep 27, 2010 at 5:30 pm -
Hello all, I am trying to use aggregate queries in views, and when joining these views to other tables, I get seq scan in the view, even if index scan would be clearly better. The views I am using in ...
Anssi Kääriäinen
Sep 15, 2010 at 6:19 am
Sep 16, 2010 at 2:53 pm -
Hello, I am relatively new to postgres (just a few months) so apologies if any of you are bearing with me. I am trying to get a rough idea of the amount of bang for the buck I might see if I put in a ...
Mark
Sep 14, 2010 at 4:10 pm
Sep 14, 2010 at 5:14 pm -
Hi all. I Have the following query (tested in postgres 8.4 and 9.0rc1) SELECT distinct event0_.* FROM event event0_ inner join account account1_ on event0_.account_id_owner=account1_.account_id LEFT ...
Mason Harding
Sep 10, 2010 at 10:35 pm
Sep 11, 2010 at 2:03 am -
Hi, I have this situation: Database size: 7,6GB (on repository) Memory size: 7,7GB 1 CPU: aprox. 2GHz Xeon Number of tables: 1 (empresa) CREATE TABLE "public"."empresa" ( "cdempresa" INTEGER NOT ...
Fabrício dos Anjos Silva
Sep 29, 2010 at 4:55 pm
Oct 3, 2010 at 9:40 pm -
Hello, we are experiencing some performance degradation on a database where the main table is running towards the 100M record. Together with the slowness of the queries I notice these symptoms: - ...
Daniele Varrazzo
Sep 20, 2010 at 11:59 am
Sep 22, 2010 at 4:20 am -
Since I've never stumbled on this until now, and I spend all day looking at this sort of thing, I'm guessing many of you haven't seen the following collection of 3ware controller trivia either: ...
Greg Smith
Sep 18, 2010 at 7:50 am
Sep 20, 2010 at 10:10 pm -
I have a problem with some simple query: select version(); PostgreSQL 8.3.8 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) vacuum full bug_t1; vacuum full bug_t2; ...
Azajac
Sep 13, 2010 at 5:49 am
Sep 13, 2010 at 3:16 pm -
I've created a few user-defined types quite similar to uuid which we use to store various hashes in the database. (The types use binary encoding internally, but only expose hexadecimal strings ...
Florian Weimer
Sep 3, 2010 at 2:15 pm
Sep 3, 2010 at 3:28 pm -
Hi, Are there any significant performance improvements or regressions from 8.4 to 9.0? If yes, which areas (inserts, updates, selects, etc) are those in? In a related question, is there any public ...
Andy
Sep 30, 2010 at 12:02 am
Sep 30, 2010 at 5:15 am -
Hi, Can any one of you suggest how the archived Xlogs can be cleaned in postgres-9. We want to use streaming replication and have set the "wal_level" to "hot_standby" and "archive_mode" to "on". ...
Nimesh Satam
Sep 28, 2010 at 10:01 am
Sep 28, 2010 at 12:29 pm -
While everybody else was talking about a new software release or something today, I was busy finally nailing down something elusive that pops up on this list regularly. A few weeks ago we just had a ...
Greg Smith
Sep 21, 2010 at 4:20 am
Sep 27, 2010 at 4:53 pm -
Hi All, (pg 8.3.7 on RHEL 2.6.18-92.el5 ) I ran the query below (copied from http://pgsql.tapoueh.org/site/html/news/20080131.bloat.html ) on a production DB we have and I am looking at some pretty ...
Mark
Sep 20, 2010 at 5:25 pm
Sep 20, 2010 at 7:24 pm -
Sorry for the blast... I am running into a POSTGRES error. It appears to be the DBMGR[4289]. Any ideas what the error maybe? [cid:[email protected]]
Timothy Noonan
Sep 15, 2010 at 11:31 am
Sep 15, 2010 at 1:38 pm -
All, I have a reporter who wants to talk to a data warehousing user of PostgreSQL ( 1TB preferred), on the record, about 9.0. Please e-mail me if you are available and when good times to chat would ...
Josh Berkus
Sep 20, 2010 at 6:48 pm
Sep 20, 2010 at 6:48 pm -
I have a problem with some simple query: select version(); PostgreSQL 8.3.8 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) vacuum full bug_t1; vacuum full bug_t2; ...
Azajac
Sep 12, 2010 at 6:16 pm
Sep 12, 2010 at 6:16 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 30 |
posts | 213 |
users | 56 |
website | postgresql.org |
irc | #postgresql |
56 users for September 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)