Re: Free Space Map data structure

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Free Space Map data structure
Дата
Msg-id op.t9c7rfkhcigqcu@apollo13.peufeu.com
обсуждение исходный текст
Ответ на Re: Free Space Map data structure  (Hannu Krosing <hannu@krosing.net>)
Ответы Re: Free Space Map data structure  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
About the FSM :
Would it be possible to add a flag marking pages where all tuples are  
visible to all transactions ? (kinda like frozen I think)This could be useful to implement index-only scans, for
count(),or to  
 
quickly skip rows when OFFSET is used, or to use only the index when the  
selected columns are all in the index. Of course if the page is flagged as  
"may contain updated tuples", then it would have to look in the heap. But,  
for tables that are not randomly updated (for instance tables that are  
mostly appended to, like forum posts, or logs, or the huge archive table,  
etc) it could save a lot of heap lookups and IO.


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Free Space Map data structure
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Commit fest queue