Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Cache More Memory Efficient (elastic#77546)
No need to keep counters per segment when we only use them in aggregate. Also, removed a few spots of using needless indirection by making segments reference the cache itself directly and saved a bunch of empty maps for idle caches on e.g. rarely used indices.
- Loading branch information