tx_seq_floor

Function tx_seq_floor 

Source
pub fn tx_seq_floor() -> &'static Arc<AtomicU64>
Expand description

Process-wide tx_seq pruning floor used by the bitmap CFs’ compaction filters. Lazily allocated on first access.

The atomic carries the exclusive floor: every tx_seq < floor is considered pruned. Bitmap buckets that fit entirely below the floor become removable on the next compaction sweep.