VACUUM Question

Поиск
Список
Период
Сортировка
От Oisin Glynn
Тема VACUUM Question
Дата
Msg-id 002a01c622ac$41555af0$1f12fea9@homisco.local
обсуждение исходный текст
Ответы Re: VACUUM Question  ("Matthew T. O'Connor" <matthew@zeut.net>)
Список pgsql-general
We have 2 tables we expect to grow by up to 50,000 rows per day each depending on the customer.  In normal operation we will most likely never update or delete from these tables as they are for historical reporting. (Eventually we may but a limit on the amount of data and delete older than X months or such)
We intend to create a number of indexes based upon the reporting search criteria.
 
What would the best setup be for VACUUM, ANALYSE, REINDEX.  Alot of the infor refers to data hanging around from deletes and updates which in normal course we will not do on these tables?
 
 
Oisin

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

Предыдущее
От: Philippe Ferreira
Дата:
Сообщение: Re: My very first PL/pgSQL procedure...
Следующее
От: Bob Pawley
Дата:
Сообщение: Re: Arrays