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.
const MAX_BATCH_ROWS_LIMIT: usize = 65536;Upper bound of max_batch_rows: bigger batches only add buffer memory, since statements are
split at MAX_STATEMENT_PARAMS anyway.