Skip to content

Commit e31e655

Browse files
reduced row group size
1 parent a09765d commit e31e655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ pub struct Options {
264264
#[arg(
265265
long,
266266
env = "P_PARQUET_ROW_GROUP_SIZE",
267-
default_value = "1048576",
267+
default_value = "262144",
268268
help = "Number of rows in a row group"
269269
)]
270270
pub row_group_size: usize,

0 commit comments

Comments
 (0)