Thread: WAL & MVCC

WAL & MVCC

From
devik@cdi.cz
Date:
Hi,
I'm just curious how MVCC will work witk WAL ? Will
it work in the same fashion as now only tuples written
using WAL ?
Or will it search for old tuple's versions in log ?

thanks devik


RE: WAL & MVCC

From
"Mikheev, Vadim"
Date:
> Hi,
> I'm just curious how MVCC will work witk WAL ? Will
> it work in the same fashion as now only tuples written
> using WAL ?

Yes.

> Or will it search for old tuple's versions in log ?

SMGR is strill non-overwriting one.

Vadim