Re: Async Commit, v21 (now: v22)

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Async Commit, v21 (now: v22)
Дата
Msg-id 1184845484.5653.69.camel@ebony.site
обсуждение исходный текст
Ответ на Re: Async Commit, v21 (now: v22)  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: Async Commit, v21 (now: v22)
Re: Async Commit, v21 (now: v22)
Re: Async Commit, v21 (now: v22)
Список pgsql-patches
On Wed, 2007-07-18 at 17:16 +0100, Simon Riggs wrote:
> On Wed, 2007-07-18 at 12:04 -0400, Alvaro Herrera wrote:
> > Simon Riggs wrote:
> >
> > > OK. Will do, thanks.
> >
> > Make sure to remove the bogus comment about "pgstat considers our data
> > as gone" in walwriter.c as well (in the sigjmp block)
>
> Thanks, its gone in v23.

Thanks to everyone for the various review comments.

Here's v23, including all suggested changes, plus some reworking of the
transaction APIs to reduce the footprint of the patch.

Performance tests: pgbench -c 4 -t 10000
- pgbench standard, sync 800 tps, async 1200 tps
- single insert only, sync 3000 tps, async 9000 tps

Async performance appears to be just short of fsync=off

--
  Simon Riggs
  EnterpriseDB  http://www.enterprisedb.com

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: execl() sentinel
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: SSPI authentication - patch