Need help in setting optimal configuration for a huge database.

From: Kishore B <kishorebh(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Need help in setting optimal configuration for a huge database.
Date: 2005-10-22 21:15:25
Message-ID: 42567e060510221415r2516523l4c3f9b42dee91a09@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-performance

Hi All,

I am Kishore doing freelance development of J2EE applications.

We switched to use Postgresql recently because of the advantages it has
over other commercial databases. All went well untill recently, untill we
began working on an application that needs to maintain a huge database.

I am describing the problem we are facing below. Can you please take a look
at the case, and help me in configuring the PostgreSQL.

We have only two tables, one of which contains 97% of the data and the
other table which contains 2.8% of the data. All other contain only the
remaining 0.2% of data and are designed to support these two big tables.
Currently we have 9 million of records in the first table and 0.2 million of
records in the second table.

We need to insert into the bigger table almost for every second , through
out the life time. In addition, we receive at least 200,000 records a day at
a fixed time.

We are facing a* critical situation because of the performance of the **
database**.* Even a basic query like select count(*) from bigger_table is
taking about 4 minutes to return.

The following is the system configuration.

Database *:* Postgresql 7.3
OS : Redhat Linux
Processor : Athlon,
Memory : 2 GB

We are expecting that at least 200 active connections need to be maintained
through out the day.

Can any you please suggest the best configuration to satisfy the above
requirements?

Thanks in advance.

Thank you,

Kishore.

Attachment Content-Type Size
postgresql.conf application/octet-stream 5.4 KB

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Steinar H. Gunderson 2005-10-22 21:42:59 Re: Need help in setting optimal configuration for a huge database.
Previous Message Roger Strandberg / Hamsta 2005-10-22 18:01:11 Re: Database size, and table size

Browse pgsql-performance by date

  From Date Subject
Next Message Steinar H. Gunderson 2005-10-22 21:42:59 Re: Need help in setting optimal configuration for a huge database.
Previous Message Kishore B 2005-10-22 21:12:05 Need help in setting optimal configuration for a huge database.