Closed pugachAG closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.51%. Comparing base (
6412f22
) to head (8c32e00
). Report is 19 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Part of #11912.
See zulip thread for more context around removing prefetcher.
Shard cache is removed since it doesn't provide any additional caching on top of memtrie since
TRIE_LIMIT_CACHED_VALUE_SIZE
value is lower thanINLINE_DISK_VALUE_THRESHOLD
. This was confirmed bynear_shard_cache_hits
metric.