- 
                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 types>featureTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Description
Users who index time series typically care a lot about indexing rate and space efficiency. Disabling inverted structures like the inverted index and points would help on both fronts. Queries could still work using doc values, but more slowly, which is a trade-off that these users are often happy to make.
Default mappings would still create inverted structures, so users would have to opt-in to trade search efficiency for disk space / indexing rate.
I'd like to make this change depend on some feedback mechanism as outlined in #48058, so that users having slow queries because inverted structures have been disabled would never come as a surprise.
mayya-sharipova, nickofthyme, exekias, roncohen and henrikno
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>featureTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch