Skip to main content

MAX_BATCH_QUERY_LIMIT

Constant MAX_BATCH_QUERY_LIMIT 

Source
pub const MAX_BATCH_QUERY_LIMIT: usize = 10_000;
Expand description

Maximum number of records returned by a single batch query. Prevents unbounded memory growth while supporting reasonable workloads.