VictoriaMetrics/lib/blockcache
Aliaksandr Valialkin 4507b111a9
lib/blockcache: split the cache into multiple shards
This should reduce contention on cache mutex on hosts with many CPU cores,
which, in turn, should increase overall throughput for the cache.

This should help https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2007
2022-02-08 19:44:29 +02:00
..
blockcache.go lib/blockcache: split the cache into multiple shards 2022-02-08 19:44:29 +02:00