Re: index organized tables use case

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: index organized tables use case
Дата
Msg-id 475FFA4D.8060602@archonet.com
обсуждение исходный текст
Ответ на index organized tables use case  (Enrico Sirola <enrico.sirola@gmail.com>)
Ответы Re: index organized tables use case  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
Enrico Sirola wrote:
> The application code usually performs selection queries like
>
> select tag, value from test where code='XXX';
>
> also, deletions are like
>
> delete from test where code='XXX';
>
> and insertions follow the same pattern (all the data for a code is
> inserted using a loop in a single transaction). That's more or less all.
>
> so this type of workload is greatly enhanced by an index-organized table
> (oracle) or a clustered index (SQL Server/Sybase).

Hmm - I'm not sure it does benefit that much. I mean, if you're going to
be accessing XXXA, then XXXB, XXXC etc. in order then it clearly helps
to have the table with the same order as your primary key. Otherwise,
I'd be doubtful you'd see that much benefit.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Hijack!
Следующее
От: statman
Дата:
Сообщение: Re: Hijack!