[Feature Request] Disable field data on "_id" field #12185
Labels
>breaking
Identifies a breaking change.
enhancement
Enhancement or improvement to existing feature or request
Search:Query Capabilities
v3.0.0
Issues and PRs related to version 3.0.0
Is your feature request related to a problem? Please describe
Right now , field data on "_id" field is enabled by default.
Users unaware of the implication of sorting on "_id" field , perform sorting on "_id" field on a large dataset and experience sudden increase in heap usage as field data of "_id" field will be cached to the default amount to 20% of heap. ( or based on the custom value )
Describe the solution you'd like
Make cluster setting default to 'false' , so that users take a conscious decision on enabling field data on "_id" field.
This will help the users continue using "_id" field for sorting and aggregations etc with just changing the cluster setting.
Related component
Search:Query Capabilities
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: