Search Discussions
-
Hi, I am curious if there are any real life production quad processor setups running postgresql out there. Since postgresql lacks a proper replication/cluster solution, we have to buy a bigger ...
Björn Metzdorf
May 11, 2004 at 7:07 pm
May 19, 2004 at 3:38 am -
My company is developing a PostgreSQL application. We're using 7.3.4 but will soon upgrade to 7.4.x. Our OS is RedHat 9. Our production machines have 512 MB RAM and IDE disks. So far we've been using ...
Jao
May 10, 2004 at 6:54 pm
May 12, 2004 at 7:29 pm -
Hello, I have the following problem: When I run some query after I just run the Postmaster, it takse several seconds to execute (sometimes more than 10), if I rerun it again afterwards, it takes mere ...
Vitaly Belman
May 21, 2004 at 2:42 pm
May 27, 2004 at 1:56 pm -
Hello all, What's the case of bigger database PostgreSQL (so greate and amount of registers) that they know??? Thanks, Carlos Eduardo Smanioto
Carlos Eduardo Smanioto
May 5, 2004 at 6:58 pm
May 7, 2004 at 11:47 pm -
All, I have a particularly troublesome table in my 7.3.4 database. It typically has less than 50k rows, and a usage pattern of about 1k INSERTs, 50-100k UPDATEs, and no DELETEs per day. It is ...
Bill Montgomery
May 21, 2004 at 6:50 pm
May 24, 2004 at 7:08 pm -
Hello for all! I have PostgreSQL 7.4 under last version of Cygwin and have some problems with performance :( It is very strange... I don't remember this problem on previous version Cygwin and ...
Eugeny Balakhonov
May 19, 2004 at 8:07 pm
May 20, 2004 at 4:57 pm -
Hi, at first, many thanks for your valuable replies. On my quest for the ultimate hardware platform I'll try to summarize the things I learned. ...
Björn Metzdorf
May 12, 2004 at 10:41 pm
May 14, 2004 at 10:15 am -
I will soon have at my disposal a new IBM pSeries server. The main mission for this box will be to serve several pg databases. I have ordered 8GB of RAM and want to learn the best way to tune pg and ...
Dan Harris
May 21, 2004 at 11:23 pm
May 26, 2004 at 5:21 pm -
Hi everybody.. Before anything else I would like to thank all those person who answers my previous question. again thank you very much This is my question . In my query .. Select * from table1 where ...
Michael Ryan S. Puncia
May 12, 2004 at 6:11 am
May 19, 2004 at 3:19 am -
Hello, I've been having some performance issues with a DB I use. I'm trying to come up with some performance recommendations to send to the "adminstrator". Hardware: CPU0: Pentium III (Coppermine) ...
Doug Y
May 11, 2004 at 10:02 pm
May 13, 2004 at 8:28 pm -
Hi. I´m new here and i´m not sure if this is the right email to solve my problem. Well, i have a very large database, with vary tables and very registers. Every day, too many operations are perfomed ...
Anderson Boechat Lopes
May 10, 2004 at 2:00 pm
May 10, 2004 at 8:00 pm -
All tables are vacumed and analyzed . I try so set statistics to 1000 to tag_id columns with ALTER TABLE SET STATISTIC, revacuum analyze , but the planner choose the same query plan . I'm trying now ...
Fabio Panizzutti
May 14, 2004 at 8:30 am
May 14, 2004 at 10:20 am -
Hello I'm tuning a postgresql (7.4.2) server for best performance . I have a question about the planner . I have two identical tables : one stores short data (about 2.000.000 record now) and the ...
Fabio Panizzutti
May 13, 2004 at 12:33 pm
May 13, 2004 at 3:16 pm -
Hi, I am a newbie here and just starting to use postgresql. My problems is how to tune up my server because it its too slow. We just ported from DBF to postgresql. This is my PC specs: P4, 512Ram, ...
Michael Ryan S. Puncia
May 7, 2004 at 10:58 am
May 10, 2004 at 8:47 pm -
From PG http://developer.postgresql.org/docs/postgres/diskusage.html: "(Remember, relpages is only updated by VACUUM and ANALYZE.)" --- Litao Wu wrote:
Litao Wu
May 24, 2004 at 5:21 pm
May 25, 2004 at 1:22 am -
Hi folks, I need some help in a TPCH 100GB benchmark. I described our settings in: http://archives.postgresql.org/pgsql-performance/2004-04/msg00377.php Some queries are taking to long to finish (4, ...
Eduardo Almeida
May 14, 2004 at 6:12 pm
May 18, 2004 at 12:49 pm -
I have a big table with some int fields. I frequently need to do queries like: SELECT if2, count(*) FROM table WHERE if1 = 20 GROUP BY if2; The problem is that this is slow and frequently requires a ...
Joseph Shraibman
May 4, 2004 at 2:46 am
May 4, 2004 at 6:15 pm -
I wanted to solicit some opinions on architecture and performance from you guys. I am torn right now between these two systems to replace my aging DB server: 4 x 2.2 GHz Opteron 8GB RAM Ultra320 ...
Dan Harris
May 27, 2004 at 10:41 pm
Jun 2, 2004 at 8:17 pm -
Hi! Thanks ;-) Right, raw partitions are too low-level for me these days anyhow... I assume that all postgres partitions can be mounted with noatime? Does that mean only the xlog, or also the clog? ...
Share-postgres
May 22, 2004 at 4:59 am
May 29, 2004 at 6:31 pm -
Hello, (note best viewed in fixed-width font) I'm still trying to find where my performance bottle neck is... I have 4G ram, PG 7.3.4 shared_buffers = 75000 effective_cache_size = 75000 Run a query ...
Doug Y
May 18, 2004 at 6:43 pm
May 25, 2004 at 9:08 pm -
Hi Guys, My question is .. which is better design 1. Single Table with 50 million records or 2. Multiple Table using inheritance to the parents table I will use this only for query purpose .. Thanks ...
Michael Ryan S. Puncia
May 19, 2004 at 7:31 am
May 20, 2004 at 9:28 am -
Hi all, i have a question, is there any advantages in using numeric(1) or numeric(2) in place of smallint? is there any diff. in performance if i use smallint in place of integer? Thanx in advance, ...
Jaime Casanova
May 14, 2004 at 9:08 pm
May 16, 2004 at 5:13 pm -
Hi, I test a configuration where one table is divided in 256 sub-table. And I use a RULE to offer a single view to the data. For INSERT I have create 256 rules like: CREATE RULE ndicti_000 AS ON ...
Pailloncy Jean-Gérard
May 3, 2004 at 8:58 pm
May 6, 2004 at 6:11 pm -
Hello all, We are using Postgres 7.3 with JBoss 3.2.3 on a Linux Fedora 1.0 box. When I am looking at CPU activity with "top", I often see something like: PID USER PRI NI SIZE RSS SHARE STAT %CPU ...
Cyrille Bonnet
May 4, 2004 at 11:35 pm
May 5, 2004 at 6:13 pm -
Back in 2001, there was a lengthy thread on the PG Hackers list about PG and journaling file systems (http://archives.postgresql.org/pgsql-hackers/2001-05/msg00017.php), but there was no decisive ...
James Thornton
May 2, 2004 at 8:10 am
May 4, 2004 at 7:38 pm -
I can't understand what's going on in this simple query: select c.name from Candidate C where C.candidate_id in (select candidate_id from REFERRAL R where r.employee_id = 3000); Where ...
Josh Sacks
May 25, 2004 at 6:38 pm
May 29, 2004 at 5:06 am -
Mario, Start with reading this: http://www.varlena.com/varlena/GeneralBits/Tidbits/perf.html Without knowing anything about the size of your database, your usage patterns, or your disk subsystem (the ...
Bill Montgomery
May 26, 2004 at 4:26 pm
May 26, 2004 at 4:39 pm -
All, Does PG store when a table was last analyzed? Thanks,
Litao Wu
May 18, 2004 at 9:30 pm
May 26, 2004 at 1:29 pm -
Hi, How can I automatically kill a process in the database (ex a select or explain) if it exceeds my limit of 2 or 3 mins .. For example : I have a query that already running for 3 or 4 mins I want ...
Michael Ryan S. Puncia
May 25, 2004 at 2:50 am
May 25, 2004 at 3:00 am -
I'm working on a project using PostgreSQL as our database designing a budget system. We are still in the design and testing phases but I thought I would ask advice about a platform to host this ...
Duane Lee - EGOVX
May 17, 2004 at 11:08 pm
May 20, 2004 at 1:46 pm -
Hi All, We have a Postgres 7.4.1 server running on FreeBSD 5.2. Hardware is a Dual Xeon 2.6 (HT enabled), 2 GB Memory, 3Ware SATA RAID-5 w/ 4 7200 RPM Seagate disks and gigabit Intel Server Ethernet. ...
Jason Coene
May 11, 2004 at 10:10 pm
May 12, 2004 at 1:04 am -
Hai all, I want to log my queries send to the Postgresql server. I heard that we can do this my specifying the file name in /etc/rc.d/init.d/Postgresql initiating file. But I don't know. If this is ...
Rajaguru
May 29, 2004 at 7:04 am
May 29, 2004 at 7:04 am -
See http://kerneltrap.org/node/view/3148, about 40% down, under the header "2.6 -aa patchset, object-based reverse mapping". Does this mean that the more shared memory the bigger the potential for a ...
Joseph Shraibman
May 19, 2004 at 7:49 pm
May 19, 2004 at 7:49 pm -
...and on Thu, Apr 22, 2004 at 06:59:10AM -0700, Eduardo Almeida used the keyboard: <snip As I mentioned, that is true for the 1.4.x release of the JVMs. We have been testing some JCA builds of 1.5.0 ...
Grega Bremec
May 6, 2004 at 8:59 am
May 6, 2004 at 8:59 am -
I mentioned this at the tail end of a long post in another thread, but I have been researching how to configure Postgres for a RAID 10 SAME configuration as described in the Oracle paper "Optimal ...
James Thornton
May 4, 2004 at 7:33 pm
May 4, 2004 at 7:33 pm -
You didn't provide your postgres version or an explain analyze so it is hard to answer your question definitivly. Most likely you are using a pre 7.4 version which is know to be slow for IN (which is ...
Bruno Wolff III
May 4, 2004 at 4:32 pm
May 4, 2004 at 4:32 pm
Group Overview
group | pgsql-performance |
categories | postgresql |
discussions | 37 |
posts | 223 |
users | 68 |
website | postgresql.org |
irc | #postgresql |
68 users for May 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)