Skip to main content

MAX_BATCH_ROWS_LIMIT

Constant MAX_BATCH_ROWS_LIMIT 

Source
const MAX_BATCH_ROWS_LIMIT: usize = 65536;
Expand description

Upper bound of max_batch_rows: bigger batches only add buffer memory, since statements are split at MAX_STATEMENT_PARAMS anyway.