risingwave_stream::common::table::state_table

Constant WATERMARK_CACHE_ENTRIES

source
const WATERMARK_CACHE_ENTRIES: usize = 16;
Expand description

Mostly watermark operators will have inserts (append-only). So this number should not need to be very large. But we may want to improve this choice in the future.