mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 06:20:38 +00:00
perf: enlarge write row group size (#413)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user