Re: slow update of index during insert/copy

Поиск
Список
Период
Сортировка
От Scott Carey
Тема Re: slow update of index during insert/copy
Дата
Msg-id a1ec7d000809011340u6b4ed9b1m3cffe0ccef2c0a2e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: slow update of index during insert/copy  (Thomas Finneid <tfinneid@student.matnat.uio.no>)
Список pgsql-performance


On the performance impact of using COPY instead of INSERT :  out of curiosity, were you comparing COPY against raw row-by-row inserts (slow) or JDBC batch inserts (faster) or multi-row inserts: INSERT into X (a,b,c) values (1,2,3) , (4,5,6) , (7,8,9 ) , (10,11,12)  .... ?

I tested row by row and jdbc batch, but I dont have the measured numbers any more. But I suppose I could recreate the test if, need be.

regards
thomas


Don't re-create it, I was just curious.

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

Предыдущее
От: Thomas Finneid
Дата:
Сообщение: Re: slow update of index during insert/copy
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: slow update of index during insert/copy