Re: Table clustering idea

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Table clustering idea
Дата
Msg-id 1151427033.3309.251.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: Table clustering idea  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-hackers
> I think one of the issues might have been: how will you handle other
> indexes on the table when you can no longer point them at an item (since
> items will need to move to maintain an IOT).

I guess you shouldn't allow any other indexes. That's a perfectly
acceptable compromise I think... it would be still very useful for big
and narrow tables which would benefit from being clustered.

The other concern is how would you do sequential scans on the table if
items are allowed to move ? I think some other DBs have a facility to
make a "fast index scan" which is essentially a sequential scan of the
index file, something like that would be needed here too.

Cheers,
Csaba.




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

Предыдущее
От: Yoshiyuki Asaba
Дата:
Сообщение: Re: SO_SNDBUF size is small on win32?
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: [Fwd: Re: [Pljava-dev] char with trailing space, PreparedStatement.setObject