risingwave_pb::hummock

Type Alias PbTableStats

source
pub type PbTableStats = TableStats;
Expand description

Alias for TableStats.

Aliased Type§

struct PbTableStats {
    pub total_key_size: i64,
    pub total_value_size: i64,
    pub total_key_count: i64,
    pub total_compressed_size: u64,
}

Fields§

§total_key_size: i64§total_value_size: i64§total_key_count: i64§total_compressed_size: u64

`total_compressed_size`` represents the size that the table takes up in the output sst and this field is only filled and used by CN flushes, not compactor compaction