Search Discussions
-
I'm experiment with RAID, looking for an inexpensive way to boost performance. I bought 4 Seagate 7200.9 120 GB SATA drives and two SIIG dual-port SATA cards. (NB: I don't plan to run RAID 0 in ...
Craig A. James
Sep 14, 2006 at 6:21 pm
Sep 25, 2006 at 2:25 pm -
I am a software developer who is acting in a (temporary) dba role for a project. I had recommended PostgreSQL be brought in to replace the proposed MySQL DB - I chose PostgreSQL because of its ...
Carlo Stonebanks
Sep 28, 2006 at 4:44 pm
Oct 3, 2006 at 9:36 am -
Hi All, I migrated Postgres server from 7.4.6 to 8.1.4, But my server is completely full, by moment load average 40 All queries analyzed by EXPLAIN, all indexes are used .. IO is good ... My ...
Jérôme BENOIS
Sep 14, 2006 at 1:27 pm
Oct 3, 2006 at 7:36 am -
27
Unsubscribe
Christoph Nelles
Sep 13, 2006 at 5:56 pm
Oct 6, 2006 at 5:26 am -
Hello, I have a big table called products. Table size: 1123MB. Toast table size: 32MB. Indexes size: 380MB. I try to do a query like this: select id,name from products where name like '%Mug%'; Yes, I ...
Laszlo Nagy
Sep 12, 2006 at 10:17 am
Sep 18, 2006 at 8:50 am -
My setup: Freebsd 6.1 Postgresql 8.1.4 Memory: 8GB SATA Disks Raid 1 10 spindles (2 as hot spares) 500GB disks (16MB buffer), 7200 rpm Raid 10 Raid 2 4 spindles 150GB 10K rpm disks Raid 10 ...
Francisco Reyes
Sep 14, 2006 at 3:23 pm
Sep 19, 2006 at 12:21 am -
I am having problems performing a join on two large tables. It seems to only want to use a sequential scan on the join, but that method seems to be slower than an index scan. I've never actually had ...
Joshua Marsh
Sep 12, 2006 at 10:17 pm
Sep 14, 2006 at 2:18 pm -
Hi, probably this is a very frequenfly question... I read archivies of this list but I didn't found a finally solution for this aspect. I'll explain my situation. PSQL version 8.1.3 configuration of ...
Matteo Sgalaberni
Sep 1, 2006 at 1:25 pm
Sep 5, 2006 at 3:17 am -
Hello, we are running a 7.3 postgres db with only a big table (avg 500.000records) and 7 indexes for a search engine. we have 2 of this databases and we can switch from one to another. Last week we ...
Edoardo Ceccarelli
Sep 27, 2006 at 4:08 pm
Sep 28, 2006 at 8:44 am -
List, I posted a little about this a while back to the general list, but never really got any where with it so I'll try again, this time with a little more detail and hopefully someone can send me in ...
Matthew Schumacher
Sep 27, 2006 at 6:37 pm
Sep 28, 2006 at 5:40 pm -
Our application has a number of inserters posting rows of network statistics into a database. This is occuring continously. The following is an example of a stats table (simplified but maintains key ...
Marc Morin
Sep 25, 2006 at 8:34 pm
Sep 27, 2006 at 3:45 am -
Hi, a week ago we migrate a Woody(postgre 7.2.1) server to Sarge(postgre 7.4.7). To migrate the database we use a dump, using pg_dump with this options: pg_dump -U <username -c -F p -O -v -f ...
Piñeiro
Sep 11, 2006 at 6:50 pm
Sep 14, 2006 at 7:25 pm -
I have some odd cases here joining two tables - the planner insists on Merge Join, but Nested Loop is really faster - and that makes sense, since I'm selecting just a small partition of the data ...
Tobias Brox
Sep 26, 2006 at 7:54 pm
Sep 27, 2006 at 7:01 pm -
Hi After upgrading DBI and DBD::Pg, this benchmark still picks MySQL as the winner (at least on Linux RH3 on a Dell 1875 server with 2 hyperthreaded 3.6GHz CPUs and 4GB RAM). I've applied the ...
Yoav x
Sep 21, 2006 at 2:52 pm
Sep 27, 2006 at 3:46 am -
A colleague pointed me to this site tomorrow: http://tweakers.net/reviews/642/13 I can't read the language, so can't get a grip on what exactly the "benchmark" was about. Their diagrams show `Request ...
Hannes Dorbath
Sep 22, 2006 at 8:29 am
Sep 23, 2006 at 2:19 pm -
Hi, I've been looking at the results from the pg_statio* tables, to view the impact of increasing the shared buffers to increase performance. As expected, increasing from the default by a factor of ...
Guillaume Cottenceau
Sep 1, 2006 at 7:35 pm
Sep 5, 2006 at 6:13 pm -
Hi, I have the following query which has been running very slowly and after a lot of testing/trial and error I found an execution plan that ran the query in a fraction of the time (and then lost the ...
Tim Truman
Sep 27, 2006 at 6:39 am
Oct 4, 2006 at 12:56 am -
Hi, for this simple join of two tables, SELECT * FROM large_rel n, smaller_rel a WHERE n.field_1 = a.field_2 AND a.key = '127.0.0.1'; PostgreSQL 8.1.4 chooses an extremely bad query plan: Hash Join ...
Florian Weimer
Sep 11, 2006 at 1:48 pm
Sep 13, 2006 at 12:40 am -
Hey guys, I've got a query that is inherently expensive, because it has to do some joins against some large tables. But it's currently *very* expensive (at least for a web app), and I've been ...
Ben
Sep 28, 2006 at 10:19 pm
Oct 6, 2006 at 5:24 am -
Hi, We've been running our "webapp database"-benchmark again on mysql and postgresql. This time using a Fujitsu-Siemens RX300 S3 machine equipped with a 2.66Ghz Woodcrest (5150) and a 3.73Ghz Dempsey ...
Arjen van der Meijden
Sep 8, 2006 at 5:51 am
Sep 8, 2006 at 4:46 pm -
Honorable members of the list, I would like to share with you a side effect that I discovered today on our postgresql 8.1 server. We ve been running this instance with PITR for now 2 months without ...
Cedric Boudin
Sep 28, 2006 at 8:14 pm
Oct 2, 2006 at 4:25 pm -
Hello Lister, I am curios whether I can emulate the Oracle pipelined functions functionality in PG too (using RETURN NEXT ). For more information and examples about Oracle pipelined functions see: ...
Milen Kulev
Sep 19, 2006 at 8:44 pm
Sep 19, 2006 at 11:54 pm -
I have a query which really should be lightning fast (limit 1 from index), but which isn't. I've checked the pg_locks table, there are no locks on the table. The database is not under heavy load at ...
Tobias Brox
Sep 28, 2006 at 6:56 am
Oct 6, 2006 at 5:26 am -
The query expain analyze looks like this: click-counter=# explain analyze select count(*) as count, to_char(date_trunc('day',c.datestamp),'DD-Mon') as day from impression c, url u, handle h where ...
Alex Turner
Sep 22, 2006 at 3:35 pm
Sep 27, 2006 at 3:46 am -
I am in the process of speccing out a new box for a highly utilized (updates, inserts, selects) 40GB+ database. I'm trying to maximize performance on a budget, and I would appreciate any feedback on ...
Brian Wipf
Sep 8, 2006 at 8:22 am
Sep 11, 2006 at 11:37 pm -
Hi!.. I noticed that the age of template0 is increasing very rapidly..Can you please let me know how we can control this ....and what causes such problems. We also noticed that the database slow ...
Nimesh Satam
Sep 7, 2006 at 10:31 am
Sep 7, 2006 at 1:04 pm -
Hi all, I was searching tips to speed up/reduce load on a Pg8 app. Thank you for all your suggestions on the matter. Thread is archived here: ...
Cosimo Streppone
Sep 20, 2006 at 9:09 am
Sep 27, 2006 at 3:15 am -
I've just fired off a "DELETE FROM table" command (i.e. unfiltered DELETE) on a trivially small table but with many foreign key references (on similar-sized tables), and I'm waiting for it to finish. ...
Ivan Voras
Sep 19, 2006 at 1:48 pm
Sep 19, 2006 at 8:39 pm -
Sorry I answer the message only to Scott Marlowe. I re-send the response --------- Mensaje reenviado -------- De: Piñeiro <[email protected] Para: Scott Marlowe <[email protected] Asunto: ...
Piñeiro
Sep 12, 2006 at 4:07 pm
Sep 12, 2006 at 7:21 pm -
I'm experiencing a problem with our postgres database. Queries that normally take seconds suddenly start taking hours, if they complete at all. This isn't a vacuuming or analyzing problem- I've been ...
Brian Hurt
Sep 29, 2006 at 7:24 pm
Sep 30, 2006 at 1:24 am -
I've got this query with an IN clause: select count(*),public.album.gid,public.album.name,public.album.id from public.album,public.albumjoin,public.puid,public.puidjoin where albumjoin.album = ...
Ben
Sep 24, 2006 at 5:12 pm
Sep 27, 2006 at 3:22 am -
Hi all, I still have an dual dual-core opteron box with a 3Ware 9550SX-12 sitting here and I need to start getting it ready for production. I also have to send back one processor since we were ...
Charles Sprickman
Sep 22, 2006 at 5:53 pm
Sep 23, 2006 at 11:52 am -
Hi, I am running bechmark test in a 50 GB postgresql database. I have the postgresql.conf with all parameters by default. In this configuration the database is very, very slow. Could you please tell ...
Nuno Alves
Sep 20, 2006 at 3:28 pm
Sep 20, 2006 at 10:05 pm -
Hi, Is there anyway we can optimize this sql ? it is doing full table scan on listing and address table . Postgres version 8.0.2 Thanks! Pallav. explain analyze select listing0_.listingid as ...
Pallav Kalva
Sep 15, 2006 at 3:09 pm
Sep 18, 2006 at 7:36 am -
Hi listers, I wanted to try PG partitioning (aka constraint exclusion) with two levels . I am using PG 8.1.3 on RHEL4U2, My setup: CREATE TABLE part ( id1 int not null, id2 int not null, id3 int not ...
Milen Kulev
Sep 17, 2006 at 10:12 pm
Sep 18, 2006 at 6:10 am -
Hi, I have two table: customers and salesorders. salesorders have a foreign key to the customer If I run this query: SELECT salesOrders.objectid, salesOrders.ordernumber, salesOrders.orderdate, ...
Joost Kraaijeveld
Sep 15, 2006 at 8:51 am
Sep 15, 2006 at 4:17 pm -
Hi i have a severe performance problem with one of my views which has 6 to 8 joins .. any help will be appreciated.. the view is: CREATE OR REPLACE VIEW thsn.trade_view AS SELECT tra.tra_id, ...
Fardeen memon
Sep 8, 2006 at 12:50 pm
Sep 11, 2006 at 2:22 pm -
Hi, I am trying to vaccum one of the table using the following command: VACUUM FULL ANALYZE VERBOSE table_name; But for some reason the table vaccuming is not going ahead. Can you guys let me know ...
Nimesh Satam
Sep 30, 2006 at 9:26 am
Oct 2, 2006 at 7:08 pm -
Hi, I am working on datamigration from older version of informix to postgres 8.1 I need to increase performance on postgres, since informix(older version,older hardware, little bigger DB data) is 4-5 ...
Gurkan
Sep 29, 2006 at 5:12 pm
Sep 30, 2006 at 9:50 am -
Hello All I am getting this message in my log files for my database. LOG: out of file descriptors: Too many open files; release and retry. At some point the memomy didn't get released and the ...
Jallgood
Sep 12, 2006 at 7:44 pm
Sep 28, 2006 at 6:54 pm -
Hi all, I'm having some confusion with the 7.4 query planner. I have two identical queries, whereby the passed (varchar) parameter appears to be the deciding factor between a sequential or an index ...
Anthony Presley
Sep 22, 2006 at 11:23 pm
Sep 23, 2006 at 12:25 am -
I'm having a problem with a simple query, that finds children of a node, using a materialized path to the node. The query: select n1.id from nodes n1, nodes n2 where n1.path like n2.path || '%' and ...
Marc McIntyre
Sep 19, 2006 at 12:07 am
Sep 19, 2006 at 3:17 am -
Hi, How do I optimize postgres8.1? I have 'vacuum full analyze' I have posted output of 'explain analyze select ..' I have created some indexes I am running Mixed-Mode server,4GB ram running ...
Gurkan
Sep 29, 2006 at 9:36 pm
Sep 29, 2006 at 9:58 pm -
Hello! I got two AMD Opteron 885 processors (2.6ghz) and 8 gig of memory. Harddrives are 4 scsi disks in 10 raid. I'm running gentoo, and the kernel finds and uses all of my 2 (4) cpu's. How can i ...
Kjell Tore Fossbakk
Sep 25, 2006 at 8:30 am
Sep 25, 2006 at 8:47 am -
Greetings: I'm running 8.1.4, and have noticed major differences in execution time for plpgsql functions running queries that differ only in use of an array such as: slower_function( vals integer[] ) ...
Benjamin Minshall
Sep 15, 2006 at 8:04 pm
Sep 15, 2006 at 8:19 pm -
Hi All I have installed a application with postgres-8.1.4 , I have to optimize the performance, As a measure i thought of enabling Auto commit , is it a right decision to take , If correct please ...
krishnaraj D
Sep 12, 2006 at 3:10 pm
Sep 12, 2006 at 3:18 pm -
Hi, I have a customer who wants a database solution for a 7 TB database. Insert will be the main action in the database. There are some case studies with detail information about performance and ...
Nuno Alexandre Alves
Sep 8, 2006 at 10:01 am
Sep 8, 2006 at 4:19 pm -
hi plz unsubscribe me.. i am sending mail to this id.. for unsubscribing.. is it correct.. my mail box is gettin flooded..
Phadnis
Sep 8, 2006 at 3:04 pm
Sep 8, 2006 at 3:08 pm -
Hi. My config: gentoo linux "2005.1" on amd64x2 in 64-bit mode, kernel 2.6.16.12 glibc 3.3.5(NPTL), gcc 3.4.3. I had not used portage for building. I built two versions of postgres from sources: ...
Roman Krylov
Sep 4, 2006 at 8:44 pm
Sep 7, 2006 at 5:55 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 54 |
posts | 443 |
users | 109 |
website | postgresql.org |
irc | #postgresql |
109 users for September 2006
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)