Re: Release Notes Overview - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Release Notes Overview
Date
Msg-id 87fy0p97wb.fsf@oxford.xeocode.com
Whole thread Raw
In response to Release Notes Overview  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Release Notes Overview
Re: Release Notes Overview
List pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:

> Asynchronous Commit allows some transactions to commit faster than
> others, offering a trade-off between performance and durability for
> specific transaction types only

A lot of users will be confused about what asynchronous commit does. I think
it's important to be consistently precise when describing it. 

It doesn't allow commits to be any faster, what it does is "allow clients to
start a new transaction and continue working without waiting for their
previous commit to complete". Saying something like "This allows high volumes
of short transactions such as typical web sites to run more efficiently and
with fewer connections" might also help clarify the use case it helps.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Release Notes Overview
Next
From: Simon Riggs
Date:
Subject: EXPLAIN doesnt show Datum sorts explicitly