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

Update tsdb binary doc value format to use compression from LUCENE-9211. #105419

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

martijnvg
Copy link
Member

The binary doc values implementation from LUCENE-9211 (apache/lucene-solr#1234) is used here, which stores the values in LZ4 compressed blocks, in order to reduce storage usage (in the Lucene default doc values coded binary doc values are stored without any compression).

Follow up from #105301

The binary doc values implementation from LUCENE-9211 (apache/lucene-solr#1234) is used here, which stores the values in LZ4 compressed blocks, in order to reduce storage usage (in the Lucene default doc values coded binary doc values are stored without any compression).

Follow up from elastic#105301
@martijnvg martijnvg added the :StorageEngine/TSDB You know, for Metrics label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:StorageEngine/TSDB You know, for Metrics v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants