Re: Index creation time and distribution

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Index creation time and distribution
Дата
Msg-id dcc563d10805220950i25b51461qdc4baa26777d46a7@mail.gmail.com
обсуждение исходный текст
Ответ на Index creation time and distribution  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Ответы Re: Index creation time and distribution  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Список pgsql-performance
On Thu, May 22, 2008 at 6:32 AM, Guillaume Smet
<guillaume.smet@gmail.com> wrote:
> Hi -performance,
>
>
> LOG:  duration: 1636301.317 ms  statement: CREATE INDEX
> index_journal_clazz ON journal USING btree (clazz);
> LOG:  duration: 20613.009 ms  statement: CREATE INDEX
> index_journal_date ON journal USING btree (date);

Just curious, what happens if you create the date index first, then
the clazz one?

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

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Re: Index creation time and distribution
Следующее
От: "Guillaume Smet"
Дата:
Сообщение: Re: Index creation time and distribution