-
Notifications
You must be signed in to change notification settings - Fork 6
migration tool performance optimization #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- 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.
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request