-
Couldn't load subscription status.
- Fork 2.3k
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingRoadmap:SearchProject-wide roadmap labelProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.3.0
Description
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 indexingIndexing, Bulk Indexing and anything related to indexingRoadmap:SearchProject-wide roadmap labelProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.3.0
Type
Projects
Status
✅ Done
Status
Done