Rindle docs and package mapSkip to main content

READ_ROW_CAP

Constant READ_ROW_CAP 

pub const READ_ROW_CAP: usize = 1_000_000; // 1_000_000usize
Expand 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).