Re: Postgresqlism & Vacuum?

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresqlism & Vacuum?
Date: 2000-04-14 22:00:01
Message-ID: 008301bfa65c$c7f30da0$85755ad1@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Okay, this *used* to be a problem way way back, but I definitely don't
> vacuum my databases nightly ... most times I don't do it until something
> odd comes up that I figure that I may as well vacuum first to see if it
> makes a differnece ...

I used to take that approach, and I got tired of running into odd,
inexplicable problems that only a VACUUM ANALYZE would fix, so I ended up
using a cron job to do it nightly.

steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Schmeder 2000-04-14 22:00:19 Re: Parallel databases?
Previous Message Haroldo Stenger 2000-04-14 20:41:06 Re: Does error within transaction imply restarting it?