Re: Visibility map thoughts

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Visibility map thoughts
Дата
Msg-id 4732D52E.6010602@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Visibility map thoughts  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
Kevin Grittner wrote:
> I know this issue on this thread has come up at least one or two
> other times lately:
>  
> http://archives.postgresql.org/pgsql-performance/2007-08/msg00113.php
>  
> I know it's a largely independent issue, but your comment about the
> API not giving access to the index tuples echoed comments regarding
> what it would take to allow optimizations in this area.

If we do separate the index scan and heap fetch to two executor nodes, 
it would handle that case as well, I think. It's not directly related to 
index-only scans, but returning data from an index is required for that 
as well.

It wouldn't be a bitmap index scan anymore, BTW.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: "Brendan Jurd"
Дата:
Сообщение: Re: A small rant about coding style for backend functions
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: A small rant about coding style for backend functions