Re: Re: VACUUM and 24/7 database operation

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: VACUUM and 24/7 database operation
Date: 2001-01-23 20:52:57
Message-ID: 021a01c0857e$781528c0$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Shouldn't it be possible to build vacuum as an ongoing internal PG
process,
> instead of a seperate operation? How does Oracle byepass this? Must be
some
> way that can be implemented.

Well, here's what it comes down to: Do you want updates to happen
quickly, and vacuum when load is low, or do you want updates to be slow all
the time? I suppose that there are some sites that can't find two minutes
per day when updates will block (not selects), but I imagine they're very
few.

steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message keith 2001-01-23 21:07:17 Data Import
Previous Message Alfred Perlstein 2001-01-23 20:19:13 Re: Re: VACUUM and 24/7 database operation