Re: [GENERAL] Recovering real disk space

2005-04-10 Thread Patrick TJ McPhee
In article <[EMAIL PROTECTED]>, Adam Siegel <[EMAIL PROTECTED]> wrote: [...] % We perform a vacuum full after each mass delete. This cycle can happen % many times during over a couple of weeks. We are in a test lab % environment and are generating a lot of data. % % One of the problems we ha

Re: [GENERAL] Recovering real disk space

2005-04-04 Thread Thomas F . O'Connell
Isn't this also a symptom of inappropriate FSM settings? Try running a VACUUM VERBOSE and check the FSM settings at the end. -tfo -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC Strategic Open Source — Open Your i™ http://www.sitening.com/ 110 30th Avenue North, Suite 6 Nashv

Re: [GENERAL] Recovering real disk space

2005-04-03 Thread Bruno Wolff III
On Wed, Mar 30, 2005 at 13:09:33 -0500, Adam Siegel <[EMAIL PROTECTED]> wrote: > > We perform a vacuum full after each mass delete. This cycle can happen > many times during over a couple of weeks. We are in a test lab > environment and are generating a lot of data. > > One of the problems

Re: [GENERAL] Recovering real disk space

2005-04-02 Thread Guy Rouillier
Adam Siegel wrote: > We have a system that archives data to a postgres database. The raw > data is confined to one table. Each record in the table is generally > 1500 bytes. Each record is also associated with a volume name. > During normal operations, many millions of rows are written to this

Re: [GENERAL] Recovering real disk space

2005-04-02 Thread Wes
On 3/30/05 12:09 PM, "Adam Siegel" <[EMAIL PROTECTED]> wrote: > How can we physically recover "real" disk space for the rows that were > deleted from the table? vacuum full Wes ---(end of broadcast)--- TIP 8: explain analyze is your friend

[GENERAL] Recovering real disk space

2005-04-02 Thread Adam Siegel
We have a system that archives data to a postgres database. The raw data is confined to one table. Each record in the table is generally 1500 bytes. Each record is also associated with a volume name. During normal operations, many millions of rows are written to this table. After sometime