Subject | RE: [IB-Architect] Next ODS change (was: System table change) |
---|---|
Author | Ann Harrison |
Post date | 2000-11-08T17:22:35Z |
At 12:53 AM 11/8/2000 -0400, Claudio Valderrama C. wrote:
times it has been written. That's part of the overall write ahead
log work Charlie did. One problem I worry about from time to time
is partial page writes - due to bad alignment part but not all of
a page is written when the system crashes. The checksum used to
catch that. A cheaper alternative is to keep a copy of the page
generation number at the bottom of the page.
Regards,
Ann
> >Right. So why carry the space around in the page header?
> > Other things to consider for the ODS change include:
> >
> > 1) Drop page checksum
>
>It seems they are already abandoned.
> > 2) Add page generation at bottom of page for a consistency check.Every page has a generation number which reflects the number of
>
>Explain, please.
times it has been written. That's part of the overall write ahead
log work Charlie did. One problem I worry about from time to time
is partial page writes - due to bad alignment part but not all of
a page is written when the system crashes. The checksum used to
catch that. A cheaper alternative is to keep a copy of the page
generation number at the bottom of the page.
Regards,
Ann