We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee8dd2 commit 58ac013Copy full SHA for 58ac013
1 file changed
include/paimon/defs.h
@@ -105,8 +105,8 @@ struct PAIMON_EXPORT Options {
105
/// Default value is local.
106
static const char FILE_SYSTEM[];
107
108
- /// "target-file-size" - Target size of a file. Default value is 256MB.
109
- // TODO(xinyu.lxy): change the default value to 128MB for primary key table.
+ /// "target-file-size" - Target size of a file. primary key table: the default value is 128 MB.
+ /// append table: the default value is 256 MB.
110
static const char TARGET_FILE_SIZE[];
111
112
/// "blob.target-file-size" - Target size of a blob file. Default is TARGET_FILE_SIZE.
0 commit comments