Open
Description
Is your feature request related to a problem? Please describe
Today, _id field is:
- Indexed using the FST data structure
- Stored using stored field mapper
For time-series data, the generated _id
is not used very often as a query term. The _id
field generated is optimized for query but by generating it in a way that we have longer common prefix, we may be able to reduce the storage size it takes.
Describe the solution you'd like
A new implementation of UUID generator which can reduce the storage size for the field
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response