Re: Release Notes Overview

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Release Notes Overview
Date: 2007-10-05 10:24:04
Message-ID: 87fy0p97wb.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Simon Riggs" <simon(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-10-05 10:58:42 EXPLAIN doesnt show Datum sorts explicitly
Previous Message Simon Riggs 2007-10-05 09:01:38 Release Notes Overview