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
The index integrity check currently scans over all of the entries in the data file, printing any non-monotonic regions. We could improve this in a few ways:
Collapsing adjacent equal entries into a single region (and reporting them as a single block), to catch corruption errors.
The index integrity check currently scans over all of the entries in the data file, printing any non-monotonic regions. We could improve this in a few ways:
The text was updated successfully, but these errors were encountered: