Search Discussions
-
Hello to list, We have a CentOS-5 server with postgresql-8.1.8 installed. I am struggling with postgresql performance. Any query say select * from tablename takes 10-15 mins to give the output, and ...
Bijayant kumar
Jun 23, 2008 at 11:06 am
Jun 26, 2008 at 10:20 pm -
Hi Has anyone done some benchmarks between hardware RAID vs Linux MD software RAID? I'm keen to know the result. -- Adrian Moisey Systems Administrator | CareerJunction | Your Future Starts Here. ...
Adrian Moisey
Jun 25, 2008 at 11:05 am
Jun 27, 2008 at 1:16 pm -
Hi, I am looking to improve the initial query speed for the following query: select email_id from email, to_tsquery('default','example') as q where q@@fts; This is running on 8.2.4 on Windows Server ...
Howard Cole
Jun 16, 2008 at 5:57 pm
Jun 20, 2008 at 1:13 pm -
Hi, I need to install a 8.3 database and was wondering which hardware would be sufficient to have good performances (less than 30s for² slowest select). Database size: 25 Go /year, 5 years of history ...
Lionel
Jun 17, 2008 at 2:06 pm
Jun 20, 2008 at 11:07 am -
Hi list, We have a database with lots of small simultaneous writes and reads (millions every day) and are looking at buying a good hardware for this. What are your suggestions. What we are currently ...
Henrik
Jun 25, 2008 at 10:16 am
Jun 27, 2008 at 6:23 am -
Running postgres 8.2.5 I have a table that has 5 indices, no foreign keys or any dependency on any other table. If delete the database and start entering entries, everything works very well until I ...
Andrew klassen
Jun 3, 2008 at 10:42 pm
Jun 5, 2008 at 6:18 am -
Hi, I am new to SQL and have two tables..., "processor" and "users_processors". The first table contains Processors: CREATE TABLE processor ( id SERIAL, speed varchar(50) NOT NULL, type int2 NOT ...
Ulrich
Jun 28, 2008 at 3:22 pm
Jul 5, 2008 at 12:14 pm -
Hi, I have a query select count(*) from result where exists (select * from item where item.url LIKE result.url || '%' limit 1); which basically returns the number of items which exist in table result ...
Moritz Onken
Jun 28, 2008 at 4:54 pm
Jun 30, 2008 at 4:42 pm -
Hello, I am experiencing a query for which an useful index is not being used by PostgreSQL. The query is in the form: select count(*) from foo where foo.account_id in ( select id from accounts where ...
Daniele Varrazzo
Jun 19, 2008 at 1:13 am
Jul 20, 2008 at 11:07 pm -
Hello, my understanding, and generally my experience, has been that VACUUM and VACUUM ANALYZE (but not VACUUM FULL) are never supposed to block neither SELECT:s nor UPDATE:s/INSERT:s/DELETE:s to a ...
Peter Schuller
Jun 30, 2008 at 3:06 pm
Jul 1, 2008 at 3:27 pm -
Hi List; Anyone have any experiences to share per setting up a federated architecture with PostgreSQL ? I wonder if the dblink contrib works well in a federated scenario, specifically in the setup of ...
Kevin kempter
Jun 26, 2008 at 8:40 pm
Jun 30, 2008 at 1:52 pm -
Hello, I have been searching on the net on how to tune and monitor performance of my postgresql server but not met with success. A lot of information is vague and most often then not the answer is ...
Nikhil G. Daddikar
Jun 27, 2008 at 2:48 pm
Jul 28, 2008 at 8:19 pm -
I'm having a strange problem with a query. The query is fairly simple, with a few constants and two joins. All relevant columns should be indexed, and I'm pretty sure there aren't any type conversion ...
John Beaver
Jun 29, 2008 at 9:52 pm
Jul 1, 2008 at 12:39 am -
Hello, I have a table (transactions) containing 61 414 503 rows. The basic count query (select count(transid) from transactions) takes 138226 milliseconds. This is the query analysis output: ...
Marcin Citowicki
Jun 3, 2008 at 8:18 am
Jun 5, 2008 at 8:23 pm -
I have a Windows application which connects to a Postgres (8.3) database residing on our company server. Most of the application's users work from their homes, so the application was developed with a ...
Lewis Kapell
Jun 4, 2008 at 2:53 pm
Jun 6, 2008 at 3:01 pm -
Hi, I got a question about scalability in high volume insert situation where the table has a primary key and several non-unique indexes on other columns of the table. How does PostgreSQL behave in ...
Zoltan Boszormenyi
Jun 11, 2008 at 9:59 am
Jun 11, 2008 at 2:13 pm -
Hi, I have problems with my database becoming huge in size (around 150 GB right now, and 2/3 for only three tables, each having around 30 millions tuples. Space is spent mainly on indices.). I have a ...
Franck Routier
Jun 30, 2008 at 5:46 pm
Jul 1, 2008 at 3:34 pm -
As i've been looking over the more complicated queries that i have written and gotten allot of help in redoing the quires from you all, thanks again. I have noticed that estimated Cost to do the ...
Justin
Jun 2, 2008 at 9:43 pm
Jun 3, 2008 at 3:13 am -
One of the things to hit my mailbox this week is from someone who is frustrated not only by their database server but by issues sending messages to this list; I'm forwarding to here for them, please ...
Greg Smith
Jun 6, 2008 at 6:30 am
Jun 23, 2008 at 10:42 pm -
Hi, I read a lot about postgres tuning and did some of it. But one of the things, when you start tuning a system that is completely new to you, is checking which sql statement(s) cost most of the ...
Uwe Bartels
Jun 15, 2008 at 1:48 pm
Jun 15, 2008 at 3:00 pm -
We run GCC-compiled postgresql on a number of HP-UX and Linux boxes. Our measurements to date show 8.3.1 performance to be about 30% *worse* than 8.2 on HP-UX for the same "drink the firehose" ...
Josh Rovero
Jun 12, 2008 at 1:56 am
Jun 12, 2008 at 1:25 pm -
All, While running a Select query we get the below error: ERROR: out of memory DETAIL: Failed on request of size 192. Postgres Conf details: shared_buffers = 256000 work_mem =150000 max_stack_depth = ...
Nimesh Satam
Jun 30, 2008 at 4:20 am
Jun 30, 2008 at 6:59 am -
Hi all, I need to specify servers and storage to run PostgreSQL. Does anyone know any source of information (articles, presentations, books, etc.) which describes methods of hardware sizing for ...
Sérgio R F Oliveira
Jun 27, 2008 at 5:56 pm
Jun 29, 2008 at 7:04 pm -
Tengo una pregunta, y este es el escenario de lo que tengo Se crea una instancia de postgreSQL Se crea un directorio $PGDATA/walback donde se almacenararn los wal antiguos Se exporta una variable ...
Antonio Perez
Jun 18, 2008 at 7:43 pm
Jun 19, 2008 at 7:13 am -
Dear All, Am going to do migration of database from one version to another., is there any article or any other document explaining the possibilities and other things. Further Explanation: I have a ...
Sathiya psql
Jun 17, 2008 at 1:14 pm
Jun 17, 2008 at 1:23 pm -
Hi, In my pgsql procedure, i use the function geometryDiff := difference (geometry1,geometry2); but this function is very slow!!! What can I do to speed this function? Exists a special index for it? ...
Luke 78
Jun 16, 2008 at 9:06 am
Jun 16, 2008 at 7:26 pm -
Hi, Am I wrong or AGE() always gets directed to a sequential scan? # BEGIN; ] SET enable_seqscan TO off; ] EXPLAIN ANALYZE ] SELECT count(1) ] FROM incomingmessageslog ] WHERE AGE(time) < '1 year'; ] ...
Volkan YAZICI
Jun 6, 2008 at 1:21 pm
Jun 8, 2008 at 6:12 am -
hello, I am wondering if actually, does exists any rule to determine the amount of RAM, according to the hardware disk size (in prevision to use all or nearly available space), when designing a ...
Mathieu Gilardet
Jun 4, 2008 at 2:08 pm
Jun 5, 2008 at 12:52 am -
The query optimizer fails to use a hash aggregate most of the time. This is an inconsistent behavior -- the queries below were happily using hash_aggregate on a previous pg_restore from the data. On ...
Scott Carey
Jun 25, 2008 at 9:07 pm
Jun 25, 2008 at 9:07 pm -
Hi, i'm new to this ML, i'll try to explain my issue: I've two tables defined as is (postgresql 8.1): CREATE TABLE table1 ( _id serial, num1 int4 not null, num2 int4 not null, primary key(_id) ); ...
Cisko
Jun 18, 2008 at 4:18 pm
Jun 18, 2008 at 4:18 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 30 |
posts | 249 |
users | 84 |
website | postgresql.org |
irc | #postgresql |
84 users for June 2008
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)