Re: B-tree leaf node structure

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: B-tree leaf node structure
Дата
Msg-id 1256233416.2580.759.camel@jdavis
обсуждение исходный текст
Ответ на B-tree leaf node structure  (edwardyf <edwardyf@gmail.com>)
Список pgsql-hackers
On Wed, 2009-10-21 at 23:55 -0700, edwardyf wrote:
> If the index is on an attribute with duplicate values. will it be:
> 1) one index tuple for each row, though with the same value, or
> 2) one index tuple for each value, containing a list of row ids.

As Tom already pointed out, #1 is the answer.

However, I'd like to add that there's a feature that never quite made it
called Grouped Index Tuples (GIT) that might still be viable:

http://community.enterprisedb.com/git/

Regards,Jeff Davis



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

Предыдущее
От: Marc Munro
Дата:
Сообщение: Re: Using views for row-level access control is leaky
Следующее
От: Greg Stark
Дата:
Сообщение: Re: per table random-page-cost?