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

Add checksums to Lance 2.1 #3493

Open
westonpace opened this issue Feb 28, 2025 · 0 comments
Open

Add checksums to Lance 2.1 #3493

westonpace opened this issue Feb 28, 2025 · 0 comments

Comments

@westonpace
Copy link
Contributor

When using the mini-block encoding we can checksum each mini-block with a CRC32. Blocks should only be 4-8KiB and so CRC32 should provide pretty strong protection.

When using the full-zip encoding we will actually need to checksum each individual value. Since we don't use it until we hit 128 bytes then adding 4 bytes is probably not too detrimental.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant