Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pre-parsed index mode when figuring out timestamp range (#88254)
Use `indexMode` field instead of parsing IndexMode from settings in order to determine time series timestamp range. Parsing the index mode isn't necessary, because we read the index mode when IndexMetadata is constructed, and this just burns unnecessary CPU cycles.
- Loading branch information