Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migration tool performance optimization #10

Open
xiangyu5632 opened this issue May 31, 2023 · 0 comments
Open

migration tool performance optimization #10

xiangyu5632 opened this issue May 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@xiangyu5632
Copy link
Member

xiangyu5632 commented May 31, 2023

  1. Currently, the data migration tool uses a single thread for data processing. It is hoped to change to multi-threaded concurrency, and at the same time, the problem of data disorder needs to be considered.
  2. During the data migration process, the memory is dynamically applied. Due to the frequent application and release of memory, the GC is too frequent, which affects the efficiency of the tool. It is hoped that a certain size of memory space can be applied for at the beginning, and then the memory can be continuously reused to reduce GC. frequency, improve efficiency
@xiangyu5632 xiangyu5632 added the enhancement New feature or request label May 31, 2023
@shilinlee shilinlee changed the title 迁移工具性能优化 migration tool performance optimization Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant