Index only scans and visibilitymap.c

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Index only scans and visibilitymap.c
Дата
Msg-id CAMkU=1wo4Od9Xc5-C4Yojx-5Z+ps-dgD28pja=DcYdwqxm8Wsw@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Hot Backup with rsync fails at pg_clog if under load
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: So, is COUNT(*) fast now?