Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Date: 2007-05-31 13:42:04
Message-ID: 465ED0AC.6090300@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

> Work not done in this commit: teach GiST and GIN indexes to use the vacuum
> BufferAccessStrategy for vacuum-driven fetches.

Attached patch does it. Patch is rather simple - it just replaces ReadBuffer to
ReadBufferWithStrategy in all vacuum-involved places.

If there are no objections, I'll commit the patch.

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

Attachment Content-Type Size
gingist_strategy.patch.gz application/x-tar 1.5 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-05-31 13:47:38 Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Previous Message Heikki Linnakangas 2007-05-31 09:11:30 Re: [COMMITTERS] pgsql: Make large sequential scans and VACUUMs work in a limited-size

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-05-31 13:47:38 Re: pgsql: Make large sequential scans and VACUUMs work in a limited-size
Previous Message Zeugswetter Andreas ADI SD 2007-05-31 13:28:48 Re: TOAST usage setting