> > 1. Under "RELIABILITY/MISC", add:
> > 
> >   Write out a CRC with each data block, and verify it on reading.

> TODO updated.  I know we did number 2, but did we agree on #1 and is it
> done?

Has anybody done performance and reliability tests with CRC64 ? 
I think it must be a CPU eater. It looks a lot more complex than a CRC32.

Since we need to guard a maximum of 32k bytes for pg pages I would - if at all -
consider to use a 32bit adler instead of a CRC, since that is a lot cheaper
to calculate. 

Andreas

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to