Re: prefix btree implementation

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: prefix btree implementation
Дата
Msg-id 200510070243.j972hsS01351@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: prefix btree implementation  ("Jim C. Nasby" <jnasby@pervasive.com>)
Ответы Re: prefix btree implementation  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Jim C. Nasby wrote:
> On Wed, Oct 05, 2005 at 03:40:43PM -0700, Qingqing Zhou wrote:
> > We do the prefix sharing when we build up index only, never on the fly.
> 
> So are you saying that inserts of new data wouldn't make any use of
> this? ISTM that greatly reduces the usefulness, though I'm not objecting
> because compression during build is probably better than none at all. Is
> there a technical reason compression can't be used during normal
> operations?

Added to TODO:

* Consider compressing indexes by storing key prefix values shared by several rows as a single index entry

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Vote needed: revert beta2 changes or not?
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Re: prefix btree implementation