Skip to content

Commit

Permalink
change default value of row_column_page_size to 16KB
Browse files Browse the repository at this point in the history
  • Loading branch information
lxr599 committed Jul 2, 2024
1 parent a93eafe commit ec59d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1040,8 +1040,8 @@ DEFINE_mInt64(max_tablet_io_errors, "-1");
DEFINE_Int32(tablet_path_check_interval_seconds, "-1");
DEFINE_mInt32(tablet_path_check_batch_size, "1000");

// Page size of row column, default 4KB
DEFINE_mInt64(row_column_page_size, "4096");
// Page size of row column, default 16KB
DEFINE_mInt64(row_column_page_size, "16384");
// it must be larger than or equal to 5MB
DEFINE_mInt64(s3_write_buffer_size, "5242880");
// Log interval when doing s3 upload task
Expand Down

0 comments on commit ec59d28

Please sign in to comment.