pub const DB_OPERATION_BATCH_SIZE: &'static str;
The number of queries included in a batch operation.
Operations are only considered batches when they contain two or more operations, and so db.operation.batch.size SHOULD never be 1. This attribute has stability level RELEASE CANDIDATE.
db.operation.batch.size
1
2
3
4