[GENERAL] Storing database in cluster (Memory)

2007-02-06 Thread roopa perumalraja
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

Re: [GENERAL] Storing database in cluster (Memory)

2007-02-06 Thread Matthias . Pitzl
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of roopa perumalraja Sent: Tuesday, February 06, 2007 12:33 PM To: pgsql-general@postgresql.org Subject: [GENERAL] Storing database in cluster (Memory) Hi all, As I am inserting 100million rows daily into

Re: [GENERAL] Storing database in cluster (Memory)

2007-02-06 Thread Richard Huxton
roopa perumalraja wrote: Hi all, As I am inserting 100million rows daily into partitioned tables (daily wise), it is getting slower. What is - the inserts? By how much? What tables? What indexes? How are you inserting these rows? > Even the retrivel of data, select statement on those table

Re: [GENERAL] Storing database in cluster (Memory)

2007-02-06 Thread Hiltibidal, Robert
] Storing database in cluster (Memory) roopa perumalraja wrote: > Hi all, > > As I am inserting 100million rows daily into partitioned tables > (daily wise), it is getting slower. What is - the inserts? By how much? What tables? What indexes? How are you inserting these rows? > Even

Re: [GENERAL] Storing database in cluster (Memory)

2007-02-07 Thread roopa perumalraja
>>Hi all, >> >>As I am inserting 100million rows daily into partitioned tables (daily wise), >>it is getting slower. >What is - the inserts? By how much? What tables? What indexes? How are you >inserting these rows? I take my words back as 100million rows. The insert of 20million rows every

Re: [GENERAL] Storing database in cluster (Memory)

2007-02-08 Thread Richard Huxton
roopa perumalraja wrote: Hi all, As I am inserting 100million rows daily into partitioned tables (daily wise), it is getting slower. What is - the inserts? By how much? What tables? What indexes? How are you inserting these rows? I take my words back as 100million rows. The insert of 20mill