Re: Index Tuple Compression Approach?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Index Tuple Compression Approach?
Дата
Msg-id 1187199668.5203.17.camel@dogma.ljc.laika.com
обсуждение исходный текст
Ответ на Re: Index Tuple Compression Approach?  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
On Wed, 2007-08-15 at 06:51 +0100, Heikki Linnakangas wrote:
> What Chris is suggesting is basically a special case of GIT, where all
> the heap tuples represented by an index tuple have the same key. I was
> actually thinking of adding a flag to index tuples to indicate that
> special case in GIT. We could effectively do both.
> 

The bigger difference that I see is that GIT doesn't just group together
ranges of keys, it also groups by heap page number (or a small range of
page numbers, as Simon pointed out). 

Regards,Jeff Davis





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

Предыдущее
От: Decibel!
Дата:
Сообщение: Re: XID wraparound and busy databases
Следующее
От: Tom Lane
Дата:
Сообщение: Re: XID wraparound and busy databases