Re: db growing out of proportion

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: db growing out of proportion
Дата
Msg-id 8938.1054300299@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: db growing out of proportion  (Peter Childs <blue.dragon@blueyonder.co.uk>)
Ответы Re: db growing out of proportion  (Tomas Szepe <szepe@pinerecords.com>)
Re: db growing out of proportion  (Robert Creager <Robert_Creager@LogicalChaos.org>)
Список pgsql-bugs
Peter Childs <blue.dragon@blueyonder.co.uk> writes:
> On Fri, 30 May 2003, Tomas Szepe wrote:
>> Trouble is, as the rows in the tables get deleted/inserted/updated
>> (the frequency being a couple thousand rows per minute), the database
>> is growing out of proportion in size.

>     Would more regular vacuum help. I think a vaccum every hour may do
> the job.

Also note that no amount of vacuuming will save you if the FSM is not
large enough to keep track of all the free space.  The default FSM
settings, like all the other default settings in Postgres, are set up
for a small installation.  You'd probably need to raise them by at least
a factor of 10 for this installation.

            regards, tom lane

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

Предыдущее
От: Peter Childs
Дата:
Сообщение: Re: db growing out of proportion
Следующее
От: Todd Nemanich
Дата:
Сообщение: Re: db growing out of proportion