Re: Potential Join Performance Issue

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Potential Join Performance Issue
Дата
Msg-id 1221078610.3913.760.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Potential Join Performance Issue  ("Lawrence, Ramon" <ramon.lawrence@ubc.ca>)
Список pgsql-hackers
On Tue, 2008-09-09 at 11:21 -0700, Lawrence, Ramon wrote:

> Our research group has been using the PostgreSQL code base to test new
> join algorithms.

Sounds cool. I'm sure you'll come up with some good things.

You might be interested in this also
http://archives.postgresql.org/pgsql-hackers/2007-01/msg01600.php
after which Greg Stark and I were investigating using
alternate/compressed data structures to avoid the need to switch to
multi-batch hash joins. 

If we knew we were dealing with nearly contiguous ranges of discrete
values, we could store the missing values rather than the present values
using an HRL encoded bitmap. Other ideas are possible also, I'm sure.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Interesting glitch in autovacuum
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Interesting glitch in autovacuum