Re: Idea how to get rid of Bitmap Heap Scan

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Idea how to get rid of Bitmap Heap Scan
Дата
Msg-id 603c8f070912191811p75306db3jd82c5f1b891a4a64@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Idea how to get rid of Bitmap Heap Scan  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Idea how to get rid of Bitmap Heap Scan  (Greg Stark <gsstark@mit.edu>)
Список pgsql-performance
On Fri, Dec 18, 2009 at 12:29 PM, Greg Stark <gsstark@mit.edu> wrote:
> A word of warning, in my experience the hardest part for changes like
> this isn't the executor changes (which in this case wouldn't be far
> from easy) but the planner changes to detect when this new plan would
> be better.

There's also the problem of making the visibility map crash-safe.  I
think I heard you might have some ideas on that one - has it been
discussed on -hackers?

...Robert

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Automatic optimization of IN clauses via INNER JOIN
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Idea how to get rid of Bitmap Heap Scan