Closed RaduBerinde closed 1 week ago
We currently only count the size of the sstable.Reader() in the table cache size metric. This commit adds the sizes of the tableCacheNode and tableCacheValue as well.
sstable.Reader()
tableCacheNode
tableCacheValue
This change is
TFTR!
We currently only count the size of the
sstable.Reader()
in the table cache size metric. This commit adds the sizes of thetableCacheNode
andtableCacheValue
as well.