Re: B-tree index with sorting question

Поиск
Список
Период
Сортировка
От Bricklen
Тема Re: B-tree index with sorting question
Дата
Msg-id 93903FA3-CFFB-41EB-A06C-3937E7D0F6FD@gmail.com
обсуждение исходный текст
Ответ на Re: B-tree index with sorting question  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: B-tree index with sorting question  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgsql-general
On 2010-12-28, at 5:22 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> bricklen <bricklen@gmail.com> writes:
>> In the docs at http://www.postgresql.org/docs/9.0/static/sql-createindex.html,
>> I see that you can build indexes that include ordering.
>> Eg. create index t_col_idx on t (col DESC NULLS LAST);
>
>> Does that mean that the initial creation of the index acts like the
>> CLUSTER command?
>
> No, it just changes the order that the index keeps its entries in.
>
>            regards, tom lane

And that holds true for all subsequents inserts too?

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

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: Restore problem
Следующее
От: "Bob Pawley"
Дата:
Сообщение: Re: Restore problem