Re: large database on postgres

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Tony Carter <tony(at)iat(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: large database on postgres
Date: 2002-06-15 14:02:53
Message-ID: 20020615095812.Y12834-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 13 Jun 2002, Tony Carter wrote:

> My test box is Linux 1ghz Celeron 25MB Ram, 7200rpm IDE drive. I know I
> need SCSI but is there any tuning I can do to speed this up?

Get at least another drive and put the logs there.
This will only help you with inserts.

To speedup selects you need faster drives, RAID or more memory.

Don't forget to do a vacuum analyze daily and also a vacuum full once in a
while (depending on how many records you delete).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Curt Sampson 2002-06-15 15:20:27 Re: read this and puke
Previous Message Francisco Reyes 2002-06-15 13:57:07 Re: Would a PostgreSQL only hosting environment be of