Skip to content

Commit

Permalink
Optimize segment copy
Browse files Browse the repository at this point in the history
Signed-off-by: wayblink <anyang.wang@zilliz.com>
  • Loading branch information
wayblink committed Oct 31, 2023
1 parent 32f7b92 commit af77264
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 389 deletions.
2 changes: 1 addition & 1 deletion configs/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ backup:
# thread pool to copy data for each collection backup, default 100.
# which means if you set backup.parallelism = 2 backup.copydata.parallelism = 100, there will be 200 copy executing at the same time.
# reduce it if blocks your storage's network bandwidth
parallelism: 100
parallelism: 128

restore:
# Collection level parallelism to restore
Expand Down
Loading

0 comments on commit af77264

Please sign in to comment.