Search Discussions
-
Hi all, I was running Postgres 7.3 and it was running at about 15% with my application. On Postgres 7.4 on another box, it was running at 100%... My settings are default on both boxes I think. There ...
Chris Cheston
Jun 25, 2004 at 6:59 am
Jun 30, 2004 at 4:32 pm -
Thank you, Tom! We vacuum and reindex every night and reindex typically took 30 minutes. Today, it ran since 3AM, and has not finished till 8:30AM. The email and its indexe sizes are: tablename ...
Litao Wu
Jun 8, 2004 at 5:25 pm
Jul 1, 2004 at 4:12 pm -
13
Index oddity
I'm having a performance issue that I just can't resolve and its very, very curious. Thought someone here might be able to shed some light on the subject. I'm using Postgres 7.4.2 on Red Hat 9. I ...Ken
Jun 9, 2004 at 7:33 pm
Jun 15, 2004 at 1:52 pm -
Hi, I am trying to make a cluster out of any database, postgresql or mysql or any other free database. I have looked at openmosix patched with the migshm patch for shared memory support and it seems ...
Bill
Jun 22, 2004 at 2:28 pm
Jun 23, 2004 at 6:22 pm -
Hello pgsql-performance, I was using the native windows PostgreSQL 7.5Dev and was adviced by several people to use an emulated PostgreSQL instead, as it is just a beta. Well, I give it a whirl and ...
Vitaly Belman
Jun 1, 2004 at 10:55 pm
Jun 3, 2004 at 3:51 am -
L.S. Could anybody explain why the planner is doing what it is doing? What could I do to make it easier to choose a better plan? ********* Summary ********* On a freshly vacuum/analysed pair of ...
Frank van Vugt
Jun 10, 2004 at 2:24 pm
Jun 18, 2004 at 3:32 pm -
I'm running postgrSQL 7.2 on a linux Red Hat 8.0 box with 2GB of RAM When I boot-up the system , this is the TOP situation: 11:59am up 4 min, 1 user, load average: 0.37, 0.26, 0.11 77 processes: 74 ...
Domenico Sgarbossa
Jun 11, 2004 at 1:55 pm
Jun 22, 2004 at 1:34 pm -
Hello list, Server is dual Xeon 2.4, 2GBRAM, Postgresql is running on partition: /dev/sda9 29G 8.9G 20G 31% /home2 /dev/sda9 on /home2 type jfs (rw) Version() PostgreSQL 7.4 on i686-pc-linux-gnu, ...
Josué Maldonado
Jun 7, 2004 at 10:21 pm
Jun 8, 2004 at 4:47 pm -
Actually, I have some queries that are slow, however I was wondering if you could help me write a query that is rather simple, but I, as a true database novice, can't seem to conjure. So we have ...
Bill
Jun 28, 2004 at 3:26 am
Jun 30, 2004 at 2:27 pm -
We're looking for an alternative to fiber-channel disk arrays for mass storage. One of the ideas that we're exploring would involve having the cluster on an NFS mounted filesystem. Another technology ...
Andrew Hammond
Jun 21, 2004 at 5:58 pm
Jun 22, 2004 at 5:16 pm -
--- lnd@hnit.is wrote: You can roughly estimate time spent for just scaning To answer (I hope) everyones questions at once: 1) Oracle and postmaster were not running at the same time 2) The queries ...
Gary Cowell
Jun 18, 2004 at 1:25 pm
Jun 22, 2004 at 5:12 am -
The pg_resetxlog was run as root. It caused ownership problems of pg_control and xlog files. Now we have no access to the data now through psql. The data is still there under ...
Shea,Dan [CIS]
Jun 22, 2004 at 6:43 pm
Jun 24, 2004 at 5:17 pm -
I have two instances of a production application that uses Postgres 7.2, deployed in two different data centers for about the last 6 months. The sizes, schemas, configurations, hardware, and access ...
Michael Nonemacher
Jun 4, 2004 at 3:43 pm
Jun 5, 2004 at 4:17 am -
Hi, I've experienced that PG up to current release does not make use of an index when aggregating. Which of course may result in unacceptable answering times This behaviour is reproducable on any ...
Harald Lau (Sector-X)
Jun 29, 2004 at 6:41 am
Jun 29, 2004 at 6:15 pm -
I'm trying to migrate an application from an Oracle backend to PostgreSQL and have a performance question. The hardware for the database is the same, a SunFire v120, 2x73GB U2W SCSI disks, 1GB RAM, ...
Gary Cowell
Jun 18, 2004 at 11:32 am
Jun 18, 2004 at 11:06 pm -
I've known about this tool for a while, but it seems many people do not know of its existence and I think it would be useful to a lot of people who have a hard time reading explain analyze output. ...
Jeff
Jun 16, 2004 at 2:00 pm
Jun 17, 2004 at 6:14 pm -
I am batch inserting insert statements into a database with fsync = on. My single disk system is on a 10k drive...even though I am inside a transaction there is at least 1 file sync per row insert. ...
Merlin Moncure
Jun 11, 2004 at 6:40 pm
Jun 17, 2004 at 4:35 pm -
Hello, I'm using PostgreSQL 7.4.2 (package from backports.org) on a Debian (woody) box. The machine is IBM eServer 345 with two 2.8 Xeon CPUs, it has 1024MB of RAM and two 15k RPM SCSI disks running ...
Eleven
Jun 29, 2004 at 3:52 pm
Jul 18, 2004 at 9:42 am -
Hi! I'd like to know if there is a way to see what queries are running within a certain postgres instance and how much resources (cpu/memory) etc. they are using. Right now it's impossible to see ...
P.A.M. van Dam
Jun 25, 2004 at 7:37 pm
Jun 27, 2004 at 5:31 pm -
A production system has had a query recently degrade in performance. What once took < 1s now takes over 1s. I have tracked down the problem to a working example. Compare ...
Dan Langille
Jun 7, 2004 at 7:45 pm
Jun 7, 2004 at 10:55 pm -
I've got a simple database (no indices, 6 columns) that I need to write data quickly into through JDBC connections from multiple such connections simultaneously in a distributed environment. (This is ...
Steve Wampler
Jun 5, 2004 at 8:12 pm
Jun 7, 2004 at 9:59 pm -
I am experiencing rather slow INSERTs on loaded server. The table I am inserting to is: CREATE TABLE pagestats ( page_id int4 NOT NULL, viewed timestamptz DEFAULT now(), session int4 NOT NULL ) WITH ...
Michal Táborský
Jun 29, 2004 at 12:30 pm
Jun 29, 2004 at 4:03 pm -
Hi, I have one performance issue... and realy have no idea what's going on... When I set enable_seqscan to 0, query2 runs the same way... upload = 60667 entities uploadfield = 506316 entities Query1: ...
Jim
Jun 28, 2004 at 12:35 am
Jun 28, 2004 at 5:41 pm -
Hello all, I have an import function that I have been working on for some time now, and it performed well up until recently. It is doing a lot, and because the queries are not cached, I am not sure ...
Marcus Whitney
Jun 2, 2004 at 9:13 pm
Jun 21, 2004 at 7:42 pm -
Pg: 7.4.2 RedHat 7.3 Ram: 8gig I have 6 million row table that I vacuum full analyze each night. The time seems to be streching out further and further as I add more rows. I read the archives and ...
Patrick Hatcher
Jun 17, 2004 at 8:21 pm
Jun 21, 2004 at 3:35 pm -
So I have a table with about 50 million entries in it, I have to do a keyword search. The keyword search is done on the title of the entry. For example a entry could be "This is a title string which ...
Borajetta
Jun 14, 2004 at 10:31 pm
Jun 17, 2004 at 12:33 am -
Hi, I currently have a mysql server running with a database of around 800 gb. The problem is that the server is old (500 MHz Pentium III with 512 MB RAM) and I want to change this to a new server and ...
Bill
Jun 16, 2004 at 7:15 pm
Jun 16, 2004 at 8:49 pm -
4
why is a constraint not 'pushed down' into a subselect when this subselect is using a 'group by' ??
Hi all, I noticed the following. Given two tables, just simply articles and their packages: article(id int) package( id int, article_id int, amount) When taking the minimum package for articles given ...Frank van Vugt
Jun 15, 2004 at 6:49 am
Jun 16, 2004 at 8:42 am -
Hello, Consider the following query: select t1field1, avg(t2fieild2) from t1, t2 where t1.field1 = t2.field2 group by t1field1 That works fine. But I'd really like to see more fields of t1 in this ...
Vitaly Belman
Jun 13, 2004 at 3:22 am
Jun 13, 2004 at 5:59 pm -
Dear All, I have a table with approximately 570k Rows. Table "filter.rules" Column | Type | Modifiers ----------+------------------------+---------------------------------------- rulename | character ...
Russell Smith
Jun 8, 2004 at 7:28 am
Jun 9, 2004 at 4:03 pm -
Folks, I've been testing varying SPINS_PER_DELAY in a client's installation of PostgreSQL against a copy of a production database, to test varying this statistic as a way of fixing the issue. It does ...
Josh Berkus
Jun 2, 2004 at 7:25 pm
Aug 31, 2004 at 10:02 pm -
[...] Matthieu La balle est dans ton camps. Prend contact avec Les Matthieu Projets Importants, fixe moi une date et je te trouve des Matthieu salles et du réseau. Matthieu On a donc la possibilité ...
Laurent Martelli
Jun 23, 2004 at 4:02 pm
Jun 24, 2004 at 3:05 am -
Hello.... I would like to know the performance of pg_fetch_array. Cosider the code: $query = "select * from foo"; $result = pg_query( $db, $query ); while ($row = pg_fetch_array($result)) { $a = ...
Thanks
Jun 14, 2004 at 9:25 am
Jun 21, 2004 at 10:35 am -
Hi everyone . How much memory should I give to the kernel and postgresql I have 1G of memory and 120G of HD Shared Buffers = ? Vacuum Mem = ? SHMAX = ? Sorry I have so many question .I am a newbie ...
Michael Ryan S. Puncia
Jun 18, 2004 at 1:23 pm
Jun 18, 2004 at 1:58 pm -
I have an application which logs interactions on a regular basis. The interaction details (their types, etc) are held in one table (tblitem) and the 'hits' are held in tbltotal. I have written a ...
Nick Trainor
Jun 11, 2004 at 11:17 am
Jun 11, 2004 at 6:01 pm -
Hello, I have an instance where I have a series of pl/pgsql calls, that report stat results to a common table. When other queries try to hit the stat table (with DML commands; SELECT, INSERT, UPDATE, ...
Marcus Whitney
Jun 7, 2004 at 4:36 pm
Jun 8, 2004 at 2:24 pm -
Dear Gurus, Please feel free to show me to the archives if my question has already been answered. Last week I fumbled with CPU_TUPLE_COST and revealed that 4 out of 4 tested queries improved by ...
Szűcs Gábor
Jun 7, 2004 at 7:35 am
Jun 7, 2004 at 5:18 pm -
Hi all, I've been dealing with a problem for the past two days where a certain sql statement works 2 out of 5 times, and the other 3 times, it causes the machine (quad Xeon 2.8GHz + 792543232 bytes ...
Stef
Jun 7, 2004 at 11:35 am
Jun 7, 2004 at 3:36 pm -
Hello again, This question is related to my previous one (Unused table of view, see http://archives.postgresql.org/pgsql-performance/2004-06/msg00043.php). For the moment, I have queries where I join ...
Laurent Martelli
Jun 6, 2004 at 11:08 am
Jun 6, 2004 at 9:12 pm -
Hello, I'm using postgresql 7.4.2, and I have this view: slooze=# \d userpictures2 Vue «public.userpictures2» Colonne | Type | Modificateurs -------------+--------------------------+--------------- ...
Laurent Martelli
Jun 5, 2004 at 5:15 pm
Jun 5, 2004 at 7:01 pm -
I'm trying to create a trigger (AFTER INSERT, UPDATE, DELETE) as an audit routine inserting into an audit table the "before" and "after" views of the row being acted upon. My problem is I defined the ...
Duane Lee - EGOVX
Jun 1, 2004 at 9:04 pm
Jun 2, 2004 at 5:01 pm -
Dear all, Have anyone compiled PostgreSQL with kernel 2.6.x if YES 1. Was their any performance gains Else 1. Is it possible 2. What problems would keeping us away from compiling on kernel 2.6 -- ...
V i s h a l Kashyap @ [Sai Hertz And Control Systems]
Jun 2, 2004 at 3:18 am
Jun 2, 2004 at 3:38 pm -
I have a problem where a query gets _much_ slower if I add statements to the where clause than if I just get everything and filter in the code. I expected the query to be faster as the where clause ...
James Antill
Jun 29, 2004 at 9:56 pm
Jul 1, 2004 at 8:44 pm -
Hello All, We are building a web based application which is database intensive (we intend to use postgresql). Expect about 600 concurrent users. We are using Zope and python with postgresql on RedHat ...
Mohan A
Jun 29, 2004 at 4:51 pm
Jun 29, 2004 at 11:30 pm -
1
Hi!
Hi, I am trying install the postgresql-7.4.3 simple installation. I did ./configure command at the postgresql directory source. While the configuring proccess I receiving the follow message: checking ...Janio Rosa da Silva
Jun 20, 2004 at 4:40 pm
Jun 22, 2004 at 4:24 pm -
Hello all, I have a rather large table (~20 GB) of network logs taken over the period of a month and stored under postgres 7.3. I'm trying to create an indexing scheme so that I can do a query with a ...
Stan Bielski
Jun 15, 2004 at 9:30 pm
Jun 20, 2004 at 6:45 pm -
Vivek, Was there anything specific that helped you decide on a RAID-5 and not a RAID-10? I have my DBs on RAID10, and would soon be moving them on FC drives, and i am considering RAID-10. Thanks, ...
Anjan Dave
Jun 10, 2004 at 4:02 pm
Jun 10, 2004 at 4:51 pm -
Right now, I am having trouble getting the planner to optimize queries in the form of select t.key, t.field from t a where ( select count(*) from t b where b.field a.field ) = k The subplan (either ...
Merlin Moncure
Jun 7, 2004 at 5:30 pm
Jun 7, 2004 at 8:31 pm -
Hi! For many small commits it's usually the disk seek, the moving of the head, that produces the overhead. Even if there is only a single byte changed in the clog, it's an independent operation for ...
CH
Jun 4, 2004 at 2:21 pm
Jun 4, 2004 at 3:33 pm -
Hi! I am having a bit of problem with the plan that the planner produces. First a little info: OS: Linux Debian Version: PostgreSQL 7.4.2 on i686-pc-linux-gnu, compiled by GCC gcc GCC) 3.3.3 (Debian ...
Mikael Kjellström
Jun 4, 2004 at 12:10 pm
Jun 4, 2004 at 2:41 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 64 |
posts | 334 |
users | 104 |
website | postgresql.org |
irc | #postgresql |
104 users for June 2004
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)