Bulk Insert tuning

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Bulk Insert tuning
Дата
Msg-id 1204037031.4252.301.camel@ebony.site
обсуждение исходный текст
Ответы Re: Bulk Insert tuning  (Simon Riggs <simon@2ndquadrant.com>)
Re: Bulk Insert tuning  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Bulk Insert tuning  (Gavin Sherry <swm@alcove.com.au>)
Список pgsql-patches
Following patch implements a simple mechanism to keep a buffer pinned
while we are bulk loading.

Performance gains measured as +20% gain for CREATE TABLE as SELECT, and
15-17% for COPY on very short rows. Measurable difference drops away and
is not measurable at all at 1000/bytes per row.

As a result, patch doesn't bother to implement buffer pinning for TOAST
operations.

Can I ask for some independent performance results please?

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

Вложения

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

Предыдущее
От: Magne Mæhre
Дата:
Сообщение: Re: DTrace not working after SUBSYS.o reorg
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: DTrace not working after SUBSYS.o reorg