VACUUM Question - Mailing list pgsql-general

From Oisin Glynn
Subject VACUUM Question
Date
Msg-id 002a01c622ac$41555af0$1f12fea9@homisco.local
Whole thread Raw
Responses Re: VACUUM Question  ("Matthew T. O'Connor" <matthew@zeut.net>)
List 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 by date:

Previous
From: Philippe Ferreira
Date:
Subject: Re: My very first PL/pgSQL procedure...
Next
From: Bob Pawley
Date:
Subject: Re: Arrays