Re: update 600000 rows

Поиск
Список
Период
Сортировка
От andrew@pillette.com
Тема Re: update 600000 rows
Дата
Msg-id 200712162045.lBGKj2I03112@pillette.com
обсуждение исходный текст
Ответ на update 600000 rows  (okparanoid@free.fr)
Список pgsql-performance
I wrote
> That's what I did at first, but later I found better performance with
> a TRIGGER on the permanent table that deletes the target of an UPDATE,
> if any, before the UPDATE. [INSERT!] That's what PG does anyway, and now I can do
> the entire UPDATE [INSERT] in one command.

It's probably obvious, but what I should have said is that now I do the INSERT in one command; I have no need of an
UPDATE.So I do no UPDATEs, only INSERTs. 

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

Предыдущее
От: "Usama Dar"
Дата:
Сообщение: Re: Large Objects and Toast
Следующее
От: James Mansion
Дата:
Сообщение: Re: libgcc double-free, backend won't die