Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,7 @@ public InlineElement getDescription() {
"If the bucket is -1, for primary key table, is dynamic bucket mode, "
+ "this option controls the target row number for one bucket.");

@Immutable
public static final ConfigOption<Integer> DYNAMIC_BUCKET_INITIAL_BUCKETS =
key("dynamic-bucket.initial-buckets")
.intType()
Expand Down
Loading