Re: large database on postgres

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Re: large database on postgres
Дата
Msg-id 20020615095812.Y12834-100000@zoraida.natserv.net
обсуждение исходный текст
Ответ на large database on postgres  ("Tony Carter" <tony@iat.net>)
Список 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).


В списке pgsql-general по дате отправления:

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: Would a PostgreSQL only hosting environment be of
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: read this and puke