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 lz4_flex block format as store compressor #1009

Closed
PSeitz opened this issue Apr 16, 2021 · 1 comment · Fixed by #1010
Closed

Add lz4_flex block format as store compressor #1009

PSeitz opened this issue Apr 16, 2021 · 1 comment · Fixed by #1010

Comments

@PSeitz
Copy link
Contributor

PSeitz commented Apr 16, 2021

The lz4 block format should be sufficient for tantivy, due to the block size of 16_384 bytes.
lz4_flex is pure rust so this will improve compile times.

@PSeitz PSeitz self-assigned this Apr 16, 2021
@fulmicoton
Copy link
Collaborator

In addition, it will enable to make lz4 the default. Right now, snappy is the default because I do not want to rely on a C++ third party library.

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

Successfully merging a pull request may close this issue.

2 participants