Re: Dense index?

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Dense index?
Дата
Msg-id CAM3SWZRGOPRs=P6RoOnKDR1ttyWjcn+igm+PsvqWmOOS8eJgvw@mail.gmail.com
обсуждение исходный текст
Ответ на Dense index?  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
On Wed, Aug 27, 2014 at 10:16 PM, Tatsuo Ishii <ishii@postgresql.org> wrote:
> I know that the alignment is required for faster memory access, but
> sometimes we may want to save disk space for index to save I/O because
> these days customers want to handle huge number of rows. To make index
> more "dense", can we add an option something like "dense index" to
> align index tuples by using INTALIGN rather than MAXALIGN?

I think we should certainly consider it.

-- 
Peter Geoghegan



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Dense index?
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Is this code safe?