const WATERMARK_CACHE_ENTRIES: usize = 16;
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.