Re: Checking a heap page

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Checking a heap page
Date: 2005-11-29 02:59:29
Message-ID: 19986.1133233169@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> With the applied patch that checks an entire heap page with one lock, is
> there any advantage of considering this for index pages?

Done already (see bitmap index scans).

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2005-11-29 03:22:33 ice-broker scan thread
Previous Message Bruce Momjian 2005-11-29 02:41:42 Checking a heap page