Re: Table clustering idea

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Table clustering idea
Дата
Msg-id 20060627031523.GD44573@pervasive.com
обсуждение исходный текст
Ответ на Re: Table clustering idea  ("Luke Lonergan" <LLonergan@greenplum.com>)
Ответы Re: Table clustering idea  ("Luke Lonergan" <llonergan@greenplum.com>)
Re: Table clustering idea  (Kim Bisgaard <kib+pg@dmi.dk>)
Список pgsql-hackers
On Sun, Jun 25, 2006 at 08:04:18PM -0400, Luke Lonergan wrote:
> Other DBMS have index organized tables that can use either hash or btree
> organizations, both of which have their uses.  We are planning to
> implement btree organized tables sometime - anyone else interested in
> this idea?

I'm curious how you'll do it, as I was once told that actually trying to
store heap data in a btree structure would be a non-starter (don't
remember why).

On a somewhat related note, I think that it would be advantageous if the
FSM had a means to prefer certain pages for a given tuple over other
pages. This would allow for a better way to keep heap and possibly index
data more compacted, and it would also be a means of keeping tables
loosely clustered. It would also make it far easier to shrink heaps that
have become bloated, because the FSM could be told to favor pages at the
beginning of the relation.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: vacuum, performance, and MVCC
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: GIN index creation extremely slow ?