Re: COPY command details

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY command details
Дата
Msg-id 5648.1175211345@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: COPY command details  (Benjamin Arai <benjamin@araisoft.com>)
Ответы Re: COPY command details  (Ron Johnson <ron.l.johnson@cox.net>)
Re: COPY command details  (Benjamin Arai <benjamin@araisoft.com>)
Список pgsql-general
Benjamin Arai <benjamin@araisoft.com> writes:
> I would prefer not to drop the index because the database is several
> hundred gigs.  I would prefer to incrementally add to the index.

This may well be false economy.  I don't have numbers at hand, but a
full rebuild can be substantially faster than adding a large number
of rows to the index incrementally.  Also, you don't end up with a
physically disordered index, so there is some ongoing performance
benefit.

            regards, tom lane

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

Предыдущее
От: Pete
Дата:
Сообщение: Re: Oracle to PSQL function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Some encoding trouble via libpq