Skip to content

Enable skip_list by default in 3.3 #19123

@asimmahmood1

Description

@asimmahmood1

Is your feature request related to a problem? Please describe

In 3.2 skip_list was added to numeric fields with default value of false: #18889. In 3.3 we want to enable it by default.

Describe the solution you'd like

After proving there is little to no regression in index time and index size (bytes), skiplist can be used for various types of queries (related issues).

Related component

Core

Describe alternatives you've considered

Keep skip_list was false, allow use to opt-in.

  • the main downside is that this will require updating many mappings, which requirements time and commitment from users.
  • given the benefits outweight the cost, this will limit the impact of change

Additional context

none

Metadata

Metadata

Assignees

Labels

IndexingIndexing, Bulk Indexing and anything related to indexingRoadmap:SearchProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestv3.3.0

Projects

Status

✅ Done

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions