ideas on optimization

From: "Andy Jenks" <andy(at)compete(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ideas on optimization
Date: 2001-06-06 17:52:52
Message-ID: 9flqll$5cm$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

currently we are testing postgres vs DB2 on speed and scalability. our test
database is approx 30GB and we are running freeBSD 4.3-STABLE with a 733MHZ
processor and 1GB of ram with postgres 7.1.2. our postgres queries are
taking over 4min while our DB2 queries are taking less than 30 sec. this is
really bad considering our DB will grow to over 6TB for 1 year worth of
data. Can postgres handle this, and is there a way to optimize the
postmaster to use all the system resources that it needs. currently we
start the postmaster this way:
pg_ctl -o "-o -F -B 3000 -N 2 -ps -pn" start
any help would be great.
thanks
andy
--
Andy Jenks
Compete Inc.
andy(at)compete(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-06-06 17:55:43 Re: [SQL] maximum number of rows in table - what about oid limits?
Previous Message Tom Lane 2001-06-06 17:50:53 Re: "trigger"ing a procedure every X minutes