Re: Storing database in cluster (Memory)

From: Matthias(dot)Pitzl(at)izb(dot)de
To: roopabenzer(at)yahoo(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Storing database in cluster (Memory)
Date: 2007-02-06 11:32:34
Message-ID: 11EC9A592C31034C88965C87AF18C2A7027177D0@m0000s61
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of roopa perumalraja
Sent: Tuesday, February 06, 2007 12:33 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Storing database in cluster (Memory)

Hi all,

As I am inserting 100million rows daily into partitioned tables (daily
wise), it is getting slower. Even the retrivel of data, select statement on
those tables takes about 30 mintues. I have tried increasing the parameters
in postgres.conf but still that doesn't help me much as the no of rows are
huge. Will the idea of storing the database in cluster (memory) increase the
performance of insert/update/select in the table in a suitation like this?
Thanks a lot in advance.

Regards
Roopa

_____

Don't pick lemons.
See all the new
<http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE0OGRsc3F2BF9TAzk3MTA3MDc2B
HNlYwNtYWlsdGFncwRzbGsDbmV3Y2Fycw--> 2007 cars at Yahoo!
<http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE0OGRsc3F2BF9TAzk3MTA3MDc2B
HNlYwNtYWlsdGFncwRzbGsDbmV3Y2Fycw--> Autos.

Hello Roopa,

Are you doing any vacuum runs on these tables? Most time degrading
performance one highly updated tables is caused by not performing any vacuum
runs.

Greetings,
Matthias

Browse pgsql-general by date

  From Date Subject
Next Message roopa perumalraja 2007-02-06 11:32:57 Storing database in cluster (Memory)
Previous Message Hannes Dorbath 2007-02-06 11:27:17 Retrieving affected tables