Constant READ_ROW_CAP
pub const READ_ROW_CAP: usize = 1_000_000; // 1_000_000usizeExpand description
Max rows a single raw read may return before it is rejected. A hard ceiling against an
unbounded result set exhausting memory; well above any reasonable one-shot read (add a
LIMIT / narrow the query if you hit it).