Search Discussions
-
Folks, I've had requests from a couple of businesses to see results of infomal MySQL +InnoDB vs. PostgreSQL tests. I know that we don't have the setup to do full formal benchmarking, but surely ...
Josh Berkus
Feb 2, 2004 at 5:22 pm
Feb 5, 2004 at 11:09 pm -
Hi, We have postgres running on freebsd 4.9 with 2 Gigs of memory. As per repeated advice on the mailing lists we configured effective_cache_size = 25520 which you get by doing `sysctl -n ...
Dror Matalon
Feb 26, 2004 at 6:03 pm
Mar 2, 2004 at 8:45 pm -
Hello, I m checking Postgresql and MS-SQl database server for our new development. On a very first query Postresql is out performed and I think it is very disappointing. My query consists on a single ...
Saleem Burhani Baloch
Feb 17, 2004 at 6:35 am
Feb 20, 2004 at 2:34 pm -
Hi, There alot here, so skip to the middle from my WAL settings if you like. I'm currently investigating the performance on a large database which consumes email designated as SPAM for the perusal of ...
Rob Fielding
Feb 28, 2004 at 6:39 pm
Mar 9, 2004 at 8:27 pm -
This is a follow-up to an old thread of mine, but I can't find it now so I'll just re-summarize. I have a ~1 million row table that I mostly want to query by date range. The rows are pretty uniformly ...
John Siracusa
Feb 22, 2004 at 12:18 am
Feb 24, 2004 at 10:16 pm -
my data base is very slow. The machine is a processor Xeon 2GB with 256 MB of RAM DDR. My archive of configuration is this: ================================================================ # # ...
Alemon
Feb 11, 2004 at 2:23 pm
Feb 12, 2004 at 1:27 am -
I've done some testing of 7.3.4 vs 7.4.1 and found 7.4.1 to be 20%-30% slower than 7.3.4. Is this common knowledge or am I just unlucky with my query/data selection? Things of note that might matter: ...
Orion Henry
Feb 5, 2004 at 5:16 am
Feb 7, 2004 at 7:28 am -
Hello all. I am in the midst of porting a large web application from a MS SQL Server backend to PostgreSQL. The migration work is basically complete, and we're at the testing and optimization phase ...
Leon Out
Feb 12, 2004 at 6:30 pm
Feb 17, 2004 at 3:25 pm -
Folks, Have an interesting issue with a complex query, where apparently I need to twist the query planner's arm, and am looking for advice on how to do so. The situation: I have a table, events, with ...
Josh Berkus
Feb 19, 2004 at 12:11 am
Feb 19, 2004 at 9:18 pm -
To all, This is a 2 question email. First is asking about general tuning of the Apple hardware/postgres combination. The second is whether is is possible to speed up a particular query. PART 1 ...
Sean Shanny
Feb 20, 2004 at 7:17 pm
Feb 24, 2004 at 12:54 am -
I'm trying to join two tables on an inet column, where one of the columns may contain a subnet rather than a single host. Somehow the operation isn't completing quite fast enough, even though neither ...
Eric Jain
Feb 23, 2004 at 11:48 am
Feb 25, 2004 at 6:35 am -
Hi, one of our tables has to be updated frequently, but concurrently running SELECT-queries must also have low latency times (it's being accessed through a web interface). I'm looking for ideas that ...
Marinos J. Yannikos
Feb 13, 2004 at 1:01 am
Feb 16, 2004 at 3:28 am -
I am running a Dual Xeon hyperthreaded server with 4GB RAM RAID-5. The only thing running on the server is Postgres running under Fedora. I have a 700 connection limit. The DB is setup as a backend ...
Kevin Barnard
Feb 2, 2004 at 7:18 pm
Feb 3, 2004 at 3:38 pm -
Hello, Has anyone designed/implemented postgresql server on storage networks? Are there any design considerations? Are there any benchmarks for storage products (HBAs, Switches, Storage Arrays)? Any ...
Anjan Dave
Feb 19, 2004 at 5:01 pm
Jun 6, 2004 at 10:40 am -
Hi! Does PostgreSQL allow to create tables and indices of a single database on multiple disk drives with a purpose of increase performance as Oracle database does? If a symbolic reference is the only ...
Konstantin Tokar
Feb 17, 2004 at 12:54 pm
Feb 19, 2004 at 4:57 am -
Hello everyone, I am doing a massive database conversion from MySQL to Postgresql for a company I am working for. This has a few quirks to it that I haven't been able to nail down the answers I need ...
Kevin Carpenter
Feb 3, 2004 at 4:43 pm
Feb 3, 2004 at 11:34 pm -
I sent this to the admin list the other day and got no responses. Maybe this list can give me some pointers. Hello I am working on installing and configuring a Postgres database server. I am running ...
John Allgood
Feb 26, 2004 at 9:29 pm
Mar 3, 2004 at 8:46 pm -
I've written a summary of my findings on implementing and using materialized views in PostgreSQL. I've already deployed eagerly updating materialized views on several views in a production ...
Jonathan M. Gardner
Feb 24, 2004 at 4:11 pm
Feb 25, 2004 at 3:47 pm -
Hi we have a table with about 4 million rows. One column has an int value, there is a btree index on it. We tried to execute the following statement and it is very slow on a dual G5 2GHZ with 4 GB of ...
David Teran
Feb 11, 2004 at 1:03 pm
Feb 12, 2004 at 1:54 am -
I have two tables which have related selection data; they get updated separately. One contains messages, the second an "index key" for each user's viewing history. When I attempt to use a select that ...
Karl Denninger
Feb 6, 2004 at 9:36 pm
Feb 9, 2004 at 5:34 am -
Hello, Do you see a way to get better performances with this query which takes currently 655.07 msec to be done. levure= explain analyze SELECT distinct lower(substr(l_name, 1, 1)) AS initiale FROM ...
Bruno BAGUETTE
Feb 6, 2004 at 8:57 am
Feb 8, 2004 at 5:36 am -
A 7.3.4 question... I want to "expire" some data after 90 days, but not delete too much at once so as not to overwhelm a system with precariously balanced disk I/O and on a table with millions of ...
Ed L.
Feb 24, 2004 at 2:11 am
Feb 24, 2004 at 8:19 pm -
can anyone tell me what the best way to compile postgresql 7.4.1 on Solaris 9 (UltraSparcIII) is? I have latest gmake and gcc installed. I was going to use CFLAGS="-O2 -fast -mcpu=ultrasparc" based ...
Teknokrat
Feb 26, 2004 at 12:49 pm
Mar 11, 2004 at 6:29 pm -
Hi, I have many indexes somehow overlaping like: ... btree ("STATUS", "VISIBLE", "NP_ID"); ... btree ("STATUS", "VISIBLE"); is perfomance gained by "more exact" index worth overhead with managing ...
Rigmor Ukuhe
Feb 2, 2004 at 2:47 pm
Feb 2, 2004 at 7:17 pm -
Hi, we have a table with about 6.000.000 rows. There is an index on a column with the name id which is an integer and serves as primary key. When we execute select max(id) from theTable; it takes ...
David Teran
Feb 16, 2004 at 4:51 pm
Jun 3, 2004 at 1:07 pm -
Hi All, I've been seeing very slow read performance on a database of 1 million indexed subscribers, which I believe is nothing to do with the data itself, but delays on processing the index. If I ...
Damien Dougan
Feb 5, 2004 at 12:15 pm
Apr 2, 2004 at 4:44 am -
I'm converting a SQL application to PostgreSQL. The majority of the logic in this application is in the stored functions in the database. Somewhere, I saw a reference to "WITH (iscachable)" for ...
Bill Moran
Feb 20, 2004 at 3:35 pm
Feb 20, 2004 at 4:48 pm -
Hi All, I'm really like this list. Thank you for all the invaluable information! May I ask a question? I've got a table with about 8 million rows and growing. I must run reports daily off this table, ...
Todd Fulton
Feb 17, 2004 at 5:07 pm
Feb 17, 2004 at 11:55 pm -
Hi, we are trying to speed up a database which has about 3 GB of data. The server has 8 GB RAM and we wonder how we can ensure that the whole DB is read into RAM. We hope that this will speed up some ...
David Teran
Feb 3, 2004 at 12:54 pm
Feb 4, 2004 at 10:44 pm -
Hello, I would like to know whether there are any significant performance advantages of compiling (say, 7.4) on your platform (being RH7.3, 8, and 9.0, and Fedora especially) versus getting the ...
Anjan Dave
Feb 3, 2004 at 10:21 pm
Feb 4, 2004 at 4:30 pm -
Hi everybody, i'd like to know if it exists a system of cache for the results of queries. What i'd like to do : select whatever_things from (selection_in_cache) where special_conditions; The ...
David Pradier
Feb 26, 2004 at 1:25 pm
Feb 27, 2004 at 12:49 am -
I can't get the following statement to complete with reasonable time. I've had it running for over ten hours without getting anywhere. I suspect (hope) there may be a better way to accomplish what ...
Eric Jain
Feb 17, 2004 at 12:38 pm
Feb 18, 2004 at 7:12 pm -
hello i have postgres 7.3.2.,linux redhat 9.0 a database,and 20 tables a lot of fields are char(x) when i have to make update for all the fields except index postgres works verry hard what should ...
Stefan bogdan
Feb 11, 2004 at 2:01 pm
Feb 11, 2004 at 4:44 pm -
Hi! I'd like to know if this is expected behavior. These are two couples of queries. In each couple, the first one has a WHERE field = function() condition, just like the second one, but in the form ...
Octavio Alvarez
Feb 6, 2004 at 7:18 am
Feb 6, 2004 at 2:55 pm -
Hi, I have a quick question. In order to speed up insertion of large number of rows (100s of thousands) I replaced the INSERT with the COPY. This works fine but one question popped into my mind. Does ...
Slavisa Garic
Feb 6, 2004 at 2:31 am
Feb 6, 2004 at 3:21 am -
Hello i've read in the docs to use the proper indexes both types must match in the where clause, to achive this the user can simply put a string into the side of the equation mark and pgsql will ...
Czuczy Gergely
Feb 3, 2004 at 7:25 am
Feb 3, 2004 at 3:27 pm -
All three tables have the same integer key, and it's indexed. I parenthesized the joins to do the two small tables first. I'm running and INSERT INTO ... SELECT query with this join (one record added ...
Andrew Lazarus
Feb 18, 2004 at 10:53 pm
Feb 23, 2004 at 8:01 pm -
We have a large (several million row) table with a field containing URLs. Now, funny thing about URLs: they mostly start with a common substring ("http://www."). But not all the rows start with this, ...
Jeff Boes
Feb 18, 2004 at 3:25 pm
Feb 19, 2004 at 8:58 pm -
It seems, that if I know the type and frequency of the queries a database will be seeing, I could split the database by hand over multiple disks and get better performance that I would with a RAID ...
Mike Glover
Feb 17, 2004 at 9:54 pm
Feb 17, 2004 at 10:35 pm -
We are suddenly getting slow queries on a particular table. Explain shows a sequential scan. We have "vacuum analyze" ed the table. Any hints? Many TIA! Mark testdb=# \d bigtable Table ...
Mark Harrison
Feb 4, 2004 at 10:55 pm
Feb 5, 2004 at 5:31 pm -
I have a query that I think should run faster. The machine is P2/400 with enough ram (384MB), but still, maybe the query could be tuned up. postgresql.conf is stock with these values changed: ...
Ivan Voras
Feb 24, 2004 at 1:20 pm
Mar 1, 2004 at 4:41 pm -
Hi, what is the most performant way to select for example the first 99 rows of a table and insert them into another table... at the moment i do this: for userrecord in select * from table where ...
Postgres
Feb 27, 2004 at 5:10 pm
Feb 27, 2004 at 7:47 pm -
Hey All, I've implemented a couple of functions ala date_trunc (listed at the bottom). These functions are executed every 5 minutes (date_trunc_minute) and every week (date_trunc_week) across 16 ...
Robert Creager
Feb 25, 2004 at 5:11 am
Feb 25, 2004 at 6:05 am -
Is there a way to automatically coerce an int into a bigint for indexing purposes? We have a table with a bigint column that is an index. For mi, there's no problem, since I now know to say select * ...
Mark Harrison
Feb 11, 2004 at 10:38 pm
Feb 11, 2004 at 11:24 pm -
I have a table which has e.g. CREATE TABLE portstats ( id serial, logtime TIMESTAMP, cluster VARCHAR(40), element VARCHAR(40), port INT, rxOctets BIGINT, txOctets BIGINT ); which is used for logging ...
Don Bowman
Feb 21, 2004 at 9:12 pm
Feb 21, 2004 at 9:12 pm -
This discussion really belongs on the performance list and I am copying that list with mail-followup-to set. On Fri, Feb 20, 2004 at 12:26:22 +0530, V Chitra wrote: Have you analyzed the databases ...
Bruno Wolff III
Feb 20, 2004 at 8:09 pm
Feb 20, 2004 at 8:09 pm -
Greetings! Why does creation of gist indexes takes significantly more time than normal btree index. Can any configuration changes lead to faster index creation? query: CREATE INDEX co_name_index_idx ...
Rajesh Kumar Mallah
Feb 14, 2004 at 3:38 am
Feb 14, 2004 at 3:38 am -
Hello again. I'm setting up a backup routine for my new db server. As part of my testing, I'm attempting to pg_restore a pg_dump'ed backup of my database. The database is about 4.3 GB, and the dump ...
Leon Out
Feb 13, 2004 at 9:03 pm
Feb 13, 2004 at 9:03 pm -
Quick Question, The full query listed in pg_stat_activity is getting truncated. Does anyone know how I can see the full query in progress? -- Orion Henry <[email protected]
Orion Henry
Feb 2, 2004 at 7:27 pm
Feb 2, 2004 at 7:27 pm -
Folks, Is anyone on this list using PostgreSQL on a mini or mainframe platform? If so, drop me a line. Thanks! -- -Josh Berkus Aglio Database Solutions San Francisco
Josh Berkus
Feb 2, 2004 at 6:07 pm
Feb 2, 2004 at 6:07 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 50 |
posts | 331 |
users | 98 |
website | postgresql.org |
irc | #postgresql |
98 users for February 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)