Hot Standby tuning for btree_xlog_vacuum() - Mailing list pgsql-hackers

From Simon Riggs
Subject Hot Standby tuning for btree_xlog_vacuum()
Date
Msg-id 1272571938.4161.14739.camel@ebony
Whole thread Raw
Responses Re: Hot Standby tuning for btree_xlog_vacuum()  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Hot Standby tuning for btree_xlog_vacuum()  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Simple tuning of btree_xlog_vacuum() using an idea I had a while back,
just never implemented. XXX comments removed.

Allows us to avoid reading in blocks during VACUUM replay that are only
required for correctness of index scans.

Objections to commit?

--
 Simon Riggs           www.2ndQuadrant.com

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_start_backup and pg_stop_backup Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct