Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the diagnostic information provided by the integrity check #243

Open
craigfe opened this issue Nov 9, 2020 · 0 comments
Open

Improve the diagnostic information provided by the integrity check #243

craigfe opened this issue Nov 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@craigfe
Copy link
Member

craigfe commented Nov 9, 2020

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.
  • Print absolute file offsets alongside non-monotonic regions.
  • Expose some sort of information about page alignment of entries.
@pascutto pascutto added the enhancement New feature or request label Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants