Skip to content

Doc-value-only fields #52728

Closed
Closed
@jpountz

Description

@jpountz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Search Foundations/MappingIndex mappings, including merging and defining field types>featureTeam:Search FoundationsMeta label for the Search Foundations team in Elasticsearch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions