Re: Savepoints in transactions for speed?

Mike Blackwell <mike.blackwell@rrd.com>

From: Mike Blackwell <mike.blackwell@rrd.com>
To: Claudio Freire <klaussfreire@gmail.com>
Cc: "pgsql-performance@postgresql.org" <pgsql-performance@postgresql.org>
Date: 2012-11-28T15:18:20Z
Lists: pgsql-performance
On Tue, Nov 27, 2012 at 7:16 PM, Claudio Freire <klaussfreire@gmail.com>wrote:

> Updates, are faster if batched, if your business logic allows it,
> because it creates less bloat and creates more opportunities for with
> HOT updates. I don't think it applies to inserts, though, and I
> haven't heard it either.
>

Ah.  That must have been what I'd half-remembered.  Thanks for the
clarification.

Mike