risingwave_connector::parser::chunk_builder

Constant MAX_TRANSACTION_SIZE

source
const MAX_TRANSACTION_SIZE: usize = 4096;
Expand description

Maximum number of rows in a transaction. If a transaction is larger than this, it will be force committed to avoid potential OOM.