Re: Maximum size of database

From: Matthias(dot)Pitzl(at)izb(dot)de
To: roopabenzer(at)yahoo(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Maximum size of database
Date: 2006-10-18 08:48:37
Message-ID: 11EC9A592C31034C88965C87AF18C2A70CFCB8@m0000s61
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What disk subsystem do you have? Single disks? Raid? Raid with battery
buffered write cache?
Last one can improve your performance massively.

-- Matthias

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of roopa perumalraja
Sent: Wednesday, October 18, 2006 8:10 AM
To: pgsql-general(at)postgresql(dot)org
Cc: Michael Fuhr
Subject: Re: [GENERAL] Maximum size of database

Thanks for your reply.

I have answered your questions below.

1 & 2) System: Microsoft Windows XP Professional
Version 2002
Computer: Intel Pentium CPU 3.40GHz, 960MB of RAM

3) shared_buffers = 20000
autovaccum = on

4) Yes, I am vacuuming & analyzing the database once every day.

5) No concurrent activities, means I run one command at a time.

6) Nothing else running on the box other than Postgres.

I hope these answers will try to solve my problem. Thanks again.

Roopa

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Sassenberg 2006-10-18 08:53:03 Re: ERRORDATA_STACK_SIZE exceeded
Previous Message Shane Ambler 2006-10-18 08:43:23 Re: COPY FROM STDIN instead of INSERT