You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we directly serialize records to disk and read them back.
To detect corruption of data, a new checksum needs to be added to each block to validate
data integrity. Malformed records should be skipped during reads.
Currently we directly serialize records to disk and read them back.
To detect corruption of data, a new checksum needs to be added to each block to validate
data integrity. Malformed records should be skipped during reads.