RE: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Zeugswetter Andreas SB'" <ZeugswetterA(at)wien(dot)spardat(dot)at>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)
Date: 2000-11-15 19:01:49
Message-ID: 8F4C99C66D04D4118F580090272A7A234D3180@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > I am just suggesting that instead of flushing the log on every
> > transaction end, just do it every X seconds.
>
> Or maybe more practical is, when the log buffer fills.
> And of course during checkpoints.

Also before backend's going to write dirty buffer from pool
to system cache - changes must be logged before reflected
in data files.

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-11-15 19:09:06 Re: [HACKERS] Re: PHPBuilder article -- Postgres vs MySQL
Previous Message markw 2000-11-15 18:53:34 Re: Re: [GENERAL] PHPBuilder article -- Postgres vs MySQL