Re: Which is faster, create index after many inserts or before?

Поиск
Список
Период
Сортировка
От David Olbersen
Тема Re: Which is faster, create index after many inserts or before?
Дата
Msg-id Pine.LNX.4.31.0103141430250.3164-100000@bubbles.electricutopia.net
обсуждение исходный текст
Ответ на Which is faster, create index after many inserts or before?  (Eric Frazier <ef@kwinternet.com>)
Список pgsql-novice
After. Otherwise as you INSERT the index will be updated, which can slow down
massive inserts.

See: http://www.postgresql.org/devel-corner/docs/postgres/populate.html

-- Dave


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

Предыдущее
От: Eric Frazier
Дата:
Сообщение: Which is faster, create index after many inserts or before?
Следующее
От: Joel Burton
Дата:
Сообщение: Re: SELECT query