-
Notifications
You must be signed in to change notification settings - Fork 102
lightning: optimize lightning memory and perf (#1020) #1195
lightning: optimize lightning memory and perf (#1020) #1195
Conversation
Signed-off-by: ti-chi-bot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix conflict.
rest LGTM
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
…-pick-1020-to-release-5.1
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8ef9ed9
|
This is an automated cherry-pick of #1020
What problem does this PR solve?
Optimize lightning performance with better memory allocation.
What is changed and how it works?
writeBatch
is already sortedBenchmark result:
Each source file in the following two dataset are about 256MiB in size, and the target table contains 4 indexes(1 int primary key and 3 secondary keys).
This PR is based on #753.
Check List
Tests
Code changes
Side effects
Related changes
Release Note