Index only scans and visibilitymap.c - Mailing list pgsql-hackers

From Jeff Janes
Subject Index only scans and visibilitymap.c
Date
Msg-id CAMkU=1wo4Od9Xc5-C4Yojx-5Z+ps-dgD28pja=DcYdwqxm8Wsw@mail.gmail.com
Whole thread Raw
List pgsql-hackers
With index only scans, the comments in
src/backend/access/heap/visibilitymap.c are probably out of date,
starting with:

"Currently, the visibility map is only used as a hint"


Also, is there a discussion of how and why index-only scans is safe?
i.e. what lock, if any, has to be held while nodeIndexonlyscan.c
calls  visibilitymap_test?  Do index-only scans need a README file?

Thanks,

Jeff


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Hot Backup with rsync fails at pg_clog if under load
Next
From: Jeff Janes
Date:
Subject: Re: So, is COUNT(*) fast now?