Re: performance of insert/delete/update - Mailing list pgsql-performance

From Josh Berkus
Subject Re: performance of insert/delete/update
Date
Msg-id web-1838339@davinci.ethosmedia.com
Whole thread Raw
In response to Re: performance of insert/delete/update  ("scott.marlowe" <scott.marlowe@ihs.com>)
Responses Re: performance of insert/delete/update
Re: performance of insert/delete/update
List pgsql-performance
Scott,

> > > The absolutely most important thing to do to speed up inserts and
> > > updates
> > > is to squeeze as many as you can into one transaction.

I was discussing this on IRC, and nobody could verify this assertion.
  Do you have an example of bunlding multiple writes into a transaction
giving a performance gain?

-Josh

pgsql-performance by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: performance of insert/delete/update
Next
From: Ron Johnson
Date:
Subject: Re: performance of insert/delete/update