Skip to content

[SparseIndex] Set default user experience sparse index #17966

@animodak7

Description

@animodak7

Is your feature request related to a problem? Please describe

As part of #17710 we evaluated performance of skiplist, we see IndexSortSortedNumeric query performing same irrespective of skiplist when bkd is disabled. But we saw regression in DateHistogram aggression when BKD is disabled. As part of #17964 we will evaluate and implement skiplist for aggregation queries. Based on performance of these changes we can decide to create an index setting which will be used to set default user experience of sparse index and configure skiplist and bkd.

Describe the solution you'd like

Based on results of #17964, we will introduce an index setting and we will make changes in field mappers - DateFieldMapper, NumericFieldMapper, BooleanFieldMapper etc. with this indexSetting which will configure skipList list and BKD for doc_values.

Related component

Indexing

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    IndexingIndexing, Bulk Indexing and anything related to indexingenhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions