Bulk Insert tuning - Mailing list pgsql-patches

From Simon Riggs
Subject Bulk Insert tuning
Date
Msg-id 1204037031.4252.301.camel@ebony.site
Whole thread Raw
Responses Re: Bulk Insert tuning
Re: Bulk Insert tuning
Re: Bulk Insert tuning
List 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

Attachment

pgsql-patches by date:

Previous
From: Magne Mæhre
Date:
Subject: Re: DTrace not working after SUBSYS.o reorg
Next
From: Peter Eisentraut
Date:
Subject: Re: DTrace not working after SUBSYS.o reorg