-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field typesTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearchblockerv6.0.0-rc1
Description
I was just looking again at how we encode doc values for range fields and I think we should make them more efficient. For instance floats are encoded like doubles and doubles use a varbyte encoding of their long bits even though they most likely use all bytes so the continuation bits are wasted.
Marking this as a 6.0 blocker since this change is much easier to do if not released yet.
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field typesTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearchblockerv6.0.0-rc1