Another idea for index-only scans

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Another idea for index-only scans
Дата
Msg-id 200708151554.l7FFs6j11157@momjian.us
обсуждение исходный текст
Ответы Re: Another idea for index-only scans  ("Mike Rylander" <mrylander@gmail.com>)
Re: Another idea for index-only scans  (Josh Berkus <josh@agliodbs.com>)
Re: Another idea for index-only scans  (Gregory Stark <stark@enterprisedb.com>)
Re: Another idea for index-only scans  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
I have added another idea for index-only scans to the TODO list:

>   A third idea would be for a heap scan to check if all rows are visible
>   and if so set a per-table flag which can be checked by index scans.
>   Any change to the table would have to clear the flag.  To detect
>   changes during the heap scan a counter could be set at the start and
>   checked at the end --- if it is the same, the table has not been
>   modified --- any table change would increment the counter.

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: CVS corruption/mistagging?
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: CVS corruption/mistagging?