Search Discussions
-
59
Simple Join
I'll just start by warning that I'm new-ish to postgresql. I'm running 8.1 installed from source on a Debian Sarge server. I have a simple query that I believe I've placed the indexes correctly for, ...Kevin Brown
Dec 14, 2005 at 10:09 pm
Dec 21, 2005 at 6:55 am -
Hi! What do you suggest for the next problem? We have complex databases with some 100million rows (2-3million new records per month). Our current servers are working on low resposibility in these ...
Antal Attila
Dec 20, 2005 at 6:26 pm
Jan 5, 2006 at 4:44 pm -
Hello all, It seems that I'm starting to outgrow our current Postgres setup. We've been running a handful of machines as standalone db servers. This is all in a colocation environment, so everything ...
Charles Sprickman
Dec 14, 2005 at 6:50 am
Jan 18, 2006 at 6:54 pm -
Our application tries to insert data into the database as fast as it can. Currently the work is being split into a number of 1MB copy operations. When we restore the postmaster process tries to use ...
Steve Oualline
Dec 2, 2005 at 3:01 am
Dec 4, 2005 at 1:21 am -
Paal, Postgres currently lacks a bitmap index, though 8.1 has a bitmap "predicate merge" in 8.1 We have recently completed an Oracle-like bitmap index that we will contribute shortly to Postgres and ...
Luke Lonergan
Dec 11, 2005 at 9:15 pm
Dec 18, 2005 at 10:28 pm -
Hi - Can anyone tell me how well PostgreSQL 8.x performs on the new Sun Ultrasparc T1 processor and architecture on Solaris 10? I have a custom built retail sales reporting that I developed using ...
Juan Casero
Dec 18, 2005 at 4:30 pm
Dec 20, 2005 at 7:34 pm -
I ran a bit exhaustive pgbench on 2 test machines I have (quad dual core Intel and Opteron). Ofcourse the Opteron was much faster, but interestingly, it was experiencing 3x more context switches than ...
Anjan Dave
Dec 6, 2005 at 7:04 pm
Dec 20, 2005 at 7:50 pm -
I have a choice to make on a RAID enclosure: 14x 36GB 15kRPM ultra 320 SCSI drives OR 12x 72GB 10kRPM ultra 320 SCSI drives both would be configured into RAID 10 over two SCSI channels using a ...
Vivek Khera
Dec 8, 2005 at 4:52 pm
Dec 12, 2005 at 11:17 pm -
Hi, I would like to use autovacuum but is not too much expensive collecting row level statistics? Are there some numbers that I could use? Thanks in advance! Benkendorf ...
Carlos Benkendorf
Dec 11, 2005 at 11:53 am
Dec 17, 2005 at 2:44 am -
Hi, Is it possible to get this query run faster than it does now, by adding indexes, changing the query? SELECT customers.objectid FROM prototype.customers, prototype.addresses WHERE ...
Joost Kraaijeveld
Dec 6, 2005 at 9:43 am
Dec 6, 2005 at 8:46 pm -
Hello, We have a database containing PostGIS MAP data, it is accessed mainly via JDBC. There are multiple simultaneous read-only connections taken from the JBoss connection pooling, and there usually ...
Markus Schaber
Dec 20, 2005 at 10:41 am
Dec 20, 2005 at 4:17 pm -
Hi! I've got an urgent problem with an application which is evaluating a monthly survey; it's running quite a lot of queries like this: select SOURCE.NAME as TYPE, count(PARTICIPANT.SESSION_ID) as ...
Markus Wollny
Dec 1, 2005 at 3:49 pm
Dec 10, 2005 at 5:14 pm -
This didn't get through the first time around, so resending it again. Sorry for any duplicate entries. Hello, I have a question on postgres's performance tuning, in particular, the vacuum and reindex ...
Ameet Kini
Dec 6, 2005 at 5:44 pm
Dec 8, 2005 at 5:09 pm -
Greetings all, I'm going to do a performance comparison with DocMgr and PG81/TSearch2 on one end, and Apache Lucene on the other end. In order to do this, I'm going to create a derivative of the ...
Joshua Kramer
Dec 6, 2005 at 4:48 pm
Dec 7, 2005 at 8:28 am -
I installed another drive in my linux pc in an attempt to improve performance on a large COPY to a table with a geometry index. Based on previous discussion, it seems there are three things competing ...
Rick Schumeyer
Dec 2, 2005 at 7:00 pm
Dec 6, 2005 at 10:00 pm -
Hi, thanks for your comments so far - I appreciate it. I'd like to narrow down my problem a bit: As I said in the other thread, I estimate that only 20% of the 15,000 tables are accessed regularly. ...
Michael Riess
Dec 2, 2005 at 11:02 pm
Dec 6, 2005 at 3:07 am -
Hi, We have more than 200 customers running 8.0.3 and two weeks ago started migration project to 8.1.1.After the first migration to 8.1.1 we had to return back to 8.0.3 because some applications were ...
Carlos Benkendorf
Dec 23, 2005 at 12:34 pm
Dec 24, 2005 at 1:48 am -
Hi, I'm using PostgreSQL 8.0.3 on Linux RedHat WS 3.0. My application updates counters in DB. I left a test over the night that increased counter of specific record. After night running (several ...
Assaf Yaari
Dec 5, 2005 at 8:17 pm
Dec 8, 2005 at 2:29 pm -
I have a case where an outer join's taking 10X more time than a non-outer join; and it looks to me like the outer join could have taken advantage of the same indexes that the non-outer join did. In ...
Rm_pg
Dec 5, 2005 at 10:11 pm
Dec 6, 2005 at 9:35 pm -
8
BLCKSZ
src/include/pg_config_manual.h define BLCKSZ 8196 (8kb). Somewhere I readed BLCKSZ must be equal to memory page of operational system. And default BLCKSZ 8kb because first OS where postgres was build ...Olleg Samoylov
Dec 5, 2005 at 1:47 pm
Dec 6, 2005 at 11:42 am -
I need to slice up a web server's disk space to provide space for postgres and storing binaries such as images and sound files. I'm thinking of using logical volume management (LVM) to help manage ...
Rory Campbell-Lange
Dec 6, 2005 at 9:39 am
Dec 8, 2005 at 11:30 am -
Hi, I have a java.util.List of values (10000) which i wanted to use for a query in the where clause of an simple select statement. iterating over the list and and use an prepared Statement is quite ...
Bühler, Johannes
Dec 15, 2005 at 12:34 am
Jan 6, 2006 at 2:04 pm -
Hi all, Which is the best way to import data to tables? I have to import 90000 rows into a column and doing it as inserts takes ages. Would be faster with copy? is there any other alternative to ...
Arnau
Dec 29, 2005 at 9:48 am
Dec 29, 2005 at 5:05 pm -
this subject has come up a couple times just today (and it looks like one that keeps popping up). under linux ext2/3 have two known weaknesses (or rather one weakness with two manifestations). ...
David Lang
Dec 1, 2005 at 3:13 pm
Dec 20, 2005 at 7:59 pm -
I have the following table: CREATE TABLE timeblock ( timeblockid int8 NOT NULL, starttime timestamp, endtime timestamp, duration int4, blocktypeid int8, domain_id int8, create_date timestamp, ...
James Klo
Dec 18, 2005 at 5:12 am
Dec 20, 2005 at 7:16 pm -
I'm running postgresql 8.1.0 with postgis 1.0.4 on a FC3 system, 3Ghz, 1 GB memory. I am using COPY to fill a table that contains one postgis geometry column. With no geometry index, it takes about ...
Rick Schumeyer
Dec 1, 2005 at 6:08 pm
Dec 2, 2005 at 1:04 pm -
A few WEEKS ago, the autovacuum on my instance of pg 7.4 unilaterally decided to VACUUM a table which has not been updated in over a year and is more than one terabyte on the disk. Because of the ...
Jeffrey W. Baker
Dec 29, 2005 at 10:09 pm
Jan 5, 2006 at 11:30 am -
I am currently using a dual Opteron (248) single core system (RAM PC3200) and for a change I am finding that the bottleneck is not disk I/O but CPU/RAM (not sure which). The reason for this is that ...
Harry Jackson
Dec 22, 2005 at 1:20 am
Dec 30, 2005 at 8:38 am -
What version of postgres? Copy has been substantially improved in bizgres and also in 8.1. - Luke -------------------------- Sent from my BlackBerry Wireless Device -----Original Message----- From: ...
Luke Lonergan
Dec 22, 2005 at 3:33 am
Dec 23, 2005 at 4:16 pm -
Imagine a table named Person with "first_name" and "age". Now let's make it fancy and put a "mother" and "father" field that is a reference to the own table (Person). And to get even fuzzier, let's ...
Rodrigo Madera
Dec 3, 2005 at 11:00 pm
Dec 4, 2005 at 10:19 pm -
Hello, We used Postgresql 7.1 under Linux and recently we have changed it to Postgresql 8.1 under Windows XP. Our application uses ODBC and when we try to get some information from the server throw a ...
Teracat
Dec 2, 2005 at 4:10 pm
Dec 2, 2005 at 9:08 pm -
Hi, We´ve a SELECT that even without ORDER BY is returning the rows in the order that we liked but when we add the ORDER BY clause the runtime and costs are much bigger. We have to use ORDER BY ...
Carlos Benkendorf
Dec 21, 2005 at 6:16 pm
Dec 22, 2005 at 4:23 pm -
Hi all, On a user's request, I recently added MySQL support to my backup program which had been written for PostgreSQL exclusively until now. What surprises me is that MySQL is about 20%(ish) faster ...
Madison Kelly
Dec 22, 2005 at 2:03 am
Dec 22, 2005 at 7:08 am -
Hello, We have the next scenario: Linux box with postgresql 7.2.1-1 (client) Windows XP with postgresql 8.1.1 (server) Windows XP with postgresql 8.1.1 (client) All connected in 10Mb LAN In server ...
Josep Maria Pinyol Fontseca
Dec 21, 2005 at 9:05 am
Dec 21, 2005 at 6:40 pm -
Hi all, I have been using PostgreSQL (currently 7.4.7) for several years now and am very happy with it but I currently run a website that has had a little bit of a boost and I am starting to see some ...
Harry Jackson
Dec 15, 2005 at 1:51 am
Dec 18, 2005 at 2:18 am -
Forgive the cross-posting, but I found myself wondering if might not be some way future way of telling the planner that a given table (column ?) has a high likelyhood of being TOASTed. Similar to the ...
Gregory S. Williamson
Dec 15, 2005 at 12:23 am
Dec 15, 2005 at 2:20 pm -
Hello, I've got a table with ~60 Million rows and am having performance problems querying it. Disks are setup as 4x10K SCSI 76GB, RAID 1+0. The table is being inserted into multiple times every ...
Mike C
Dec 12, 2005 at 2:07 am
Dec 13, 2005 at 11:54 pm -
Hi. create table device(id int); insert into device values(1); insert into device values(2); ..... insert into device values(250); create table base ( id int, data float, datatime timestamp, mode ...
Ключников А.С.
Dec 13, 2005 at 3:18 pm
Dec 13, 2005 at 10:48 pm -
Hi all, First of all, please pardon if the question is dumb! Is it even feasible or normal to do such a thing ! This query is needed by a webpage so needs to be lightning fast. Anything beyond 2-3 ...
Amit V Shah
Dec 8, 2005 at 5:24 pm
Dec 12, 2005 at 10:34 pm -
Hi, I´m trying to optimize some selects between 2 tables and the best way I found was alter the first table and add the fields of the 2nd table. I adjusted the contents and now a have only one table ...
Edison Azzi
Dec 6, 2005 at 8:23 pm
Dec 11, 2005 at 8:36 pm -
Question is about the relation between fragmentation of file and VACUUM performance. <Environment OS:RedHat Enterprise Linux AS Release 3(Taroon Update 6) Kernel 2.4.21-37.ELsmp on an i686 Filesystem ...
Tatsumi Abe
Dec 1, 2005 at 5:58 am
Dec 1, 2005 at 3:29 pm -
Hello, we have a PostgreSQL for datawarehousing. As we heard of so many enhancements for 8.0 and 8.1 versions we dicided to upgrade from 7.4 to 8.1. I must say that the COPY FROM processes are much ...
Albert Cervera Areny
Dec 27, 2005 at 4:16 pm
Dec 27, 2005 at 6:56 pm -
We are trying to ascertain if we are up against the limits of what postgres can accomplish without having the tables clustered. We would prefer not to have to cluster our tables because according to ...
David Scott
Dec 26, 2005 at 9:03 pm
Dec 26, 2005 at 11:52 pm -
Dear Gurus, Version: 7.4.6 I use a query on a heavily indexed table which picks a wrong index unexpectedly. Since this query is used in response to certain user interactions thousands of times in ...
Szűcs Gábor
Dec 21, 2005 at 6:02 pm
Dec 22, 2005 at 12:59 pm -
I have the following table: CREATE TABLE mytmp ( Adv integer, Pub integer, Web integer, Tiempo timestamp, Num integer, Country varchar(2) ); CREATE INDEX idx_mytmp ON mytmp(adv, pub, web); And with ...
Cristian Prieto
Dec 19, 2005 at 5:33 pm
Dec 20, 2005 at 9:48 pm -
Hi, I am not sure if there's an obvious answer to this...If there's a choice of an external RAID10 (Fiber Channel 6 or 8 15Krpm drives) enabled drives, what is more beneficial to store on it, the ...
Anjan Dave
Dec 19, 2005 at 8:04 pm
Dec 20, 2005 at 7:52 pm -
Hello group, I've got a really bad problem with my postgres DB and server. It is a linux machine with 1GB of RAM and 2 CPUs. The postgres Version is 7.4. The problem is, that once the postmaster has ...
Moritz Bayer
Dec 16, 2005 at 1:22 pm
Dec 16, 2005 at 2:33 pm -
Hi, we have a VIEW that is an UNION of 12 SELECTs, and every member of the UNION have a constant field to be able to distinguish between them. An often performed operation on this VIEW is to search ...
Zoltan Boszormenyi
Dec 14, 2005 at 8:57 pm
Dec 14, 2005 at 10:18 pm -
Hi, I've been working on trying to partition a big table (I've never partitioned a table in any other database till now). Everything went ok, except one query that didn't work afterwards. I've put ...
Marc Cousin
Dec 13, 2005 at 11:37 am
Dec 13, 2005 at 1:11 pm -
Hi, Is it possible to run a shell script, passing values of fields to it, in a Postgres function ? Yves Vindevogel
Yves Vindevogel
Dec 10, 2005 at 3:53 pm
Dec 10, 2005 at 4:50 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 84 |
posts | 657 |
users | 162 |
website | postgresql.org |
irc | #postgresql |
162 users for December 2005
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)