"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
> Results: 5000 transactions took ~60 sec in 7.1, ~550 sec in 7.0.2 with fsync
> and ~60 sec without fsync.
> So, seems that WAL added not just complexity to system -:)
Sounds great!
> I'm going to commit redo for sequences tomorrow evening and
> #define XLOG by default after this (initdb will be required).
I suggest bumping the catversion.h number when you #define XLOG,
so that people won't be able to accidentally start an old postmaster
with new DB or vice versa.
regards, tom lane