Re: Massive Inserts Strategies

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Massive Inserts Strategies
Дата
Msg-id op.s6tofevzcigqcu@apollo13
обсуждение исходный текст
Ответ на Massive Inserts Strategies  (ashah <ashah@opuspro.com>)
Список pgsql-performance
    For both cases, you could COPY your file into a temporary table and do a
big JOIN with your existing table, one for inserting new rows, and one for
updating existing rows.
    Doing a large bulk query is a lot more efficient than doing a lot of
selects. Vacuum afterwards, and you'll be fine.

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

Предыдущее
От: ashah
Дата:
Сообщение: Massive Inserts Strategies
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Massive Inserts Strategies