Skip to content

Commit 0f03672

Browse files
authored
25-1: Increase max_batch_rows (#16267)
1 parent efda3d4 commit 0f03672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/index_builder.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ message TIndexBuildSettings {
2828
optional bool pg_mode = 8 [ default = false];
2929
optional bool if_not_exist = 9 [ default = false];
3030

31-
optional uint32 max_batch_rows = 3 [ default = 500 ];
31+
optional uint32 max_batch_rows = 3 [ default = 50000 ];
3232
optional uint64 max_batch_bytes = 4 [ default = 8388608 ];
3333
optional uint32 max_shards_in_flight = 5 [ default = 32 ];
3434
optional uint32 max_retries_upload_batch = 6 [ default = 50 ];

0 commit comments

Comments
 (0)