Re: Dense index?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dense index?
Дата
Msg-id 15524.1409203643@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dense index?  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: Dense index?  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> 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?

Only if you want it to crash hard on most non-Intel architectures.
        regards, tom lane



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

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