RE: beta testing version

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: beta testing version
Date: 2000-12-05 21:30:37
Message-ID: 8F4C99C66D04D4118F580090272A7A234D31CD@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Sounds great! We can follow this way: when first after last
> > checkpoint update to a page being logged, XLOG code can log
> > not AM specific update record but entire page (creating backup
> > "physical log"). During after crash recovery such pages will
> > be redone first, ensuring page consistency for further redo ops.
> > This means bigger log, of course.
>
> Be sure to include a CRC of each part of the block that you hope
> to replay individually.

Why should we do this? I'm not going to replay parts individually,
I'm going to write entire pages to OS cache and than apply changes to
them. Recovery is considered as succeeded after server is ensured
that all applyed changes are on the disk. In the case of crash during
recovery we'll replay entire game.

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Randy Jonasz 2000-12-05 21:36:25 Re: Need help with phys backed shm segments (Postgresql+FreeBSD).
Previous Message Nathan Myers 2000-12-05 21:22:26 Re: beta testing version