-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimisation(carbonserver): separate grpc expandedGlobsCache from fin…
…dCache into a separate one, and restore response caching in findCache; and use expandedGlobsCache in http find/render This is expected to speed up http renders. A few points about the new cache: * it's initialised without memory limit, same as find response and render response caches. Might be worth to review this in future for all 3 caches. * there is no toggle to disable this cache, it can be added later if needed. * 4 graphite metrics are introduced for visibility into cache performance: find_expanded_globs_cache_hit find_expanded_globs_cache_miss render_expanded_globs_cache_hit render_expanded_globs_cache_miss
- Loading branch information
Anton Timofieiev
committed
Feb 6, 2023
1 parent
8192946
commit 676cb0e
Showing
3 changed files
with
115 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters