perf: enlarge write row group size (#413)

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2022-11-08 11:23:10 +08:00
committed by GitHub
parent f34a99ff5a
commit af1df2066c
2 changed files with 5 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ pub const OP_TYPE_COLUMN_NAME: &str = "__op_type";
pub const READ_BATCH_SIZE: usize = 256;
pub const WRITE_ROW_GROUP_SIZE: usize = 4096;
// -----------------------------------------------------------------------------
#[cfg(test)]