Re: Feature freeze date for 8.1
- From: "Matthew T. O'Connor" <matthew(at)zeut(dot)net>
- To: "Marc G. Fournier" <scrappy(at)postgresql(dot)org>
- Cc: Christopher Browne <cbbrowne(at)acm(dot)org>, pgsql-hackers(at)postgresql(dot)org
- Subject: Re: Feature freeze date for 8.1
- Date: Sat, 30 Apr 2005 00:06:45 -0400
- Message-id: <42730455(dot)6020908(at)zeut(dot)net>
Marc G. Fournier wrote:
On Fri, 29 Apr 2005, Christopher Browne wrote:
Some reasonable approximations might include:
- How much disk I/O was recorded in the last 60 seconds?
- How many application transactions (e.g. - invoices or such) were
issued in the last 60 seconds (monitoring a sequence could be
good enough).
Some way of doing a 'partial vacuum' would be nice ... where a VACUUM
could stop after it processed those '10 elderly tuples' and on the
next pass, resume from that point instead of starting from the
beginning again ...
That is sorta what the vacuum delay settings accomplish.
Home |
Main Index |
Thread Index