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 efda3d4 commit 0f03672Copy full SHA for 0f03672
ydb/core/protos/index_builder.proto
@@ -28,7 +28,7 @@ message TIndexBuildSettings {
28
optional bool pg_mode = 8 [ default = false];
29
optional bool if_not_exist = 9 [ default = false];
30
31
- optional uint32 max_batch_rows = 3 [ default = 500 ];
+ optional uint32 max_batch_rows = 3 [ default = 50000 ];
32
optional uint64 max_batch_bytes = 4 [ default = 8388608 ];
33
optional uint32 max_shards_in_flight = 5 [ default = 32 ];
34
optional uint32 max_retries_upload_batch = 6 [ default = 50 ];
0 commit comments