Checking a heap page

Started by Bruce Momjianover 20 years ago2 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

With the applied patch that checks an entire heap page with one lock, is
there any advantage of considering this for index pages?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: Checking a heap page

Bruce Momjian <pgman@candle.pha.pa.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