-
Notifications
You must be signed in to change notification settings - Fork 38
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
Remove unnecessary locks in keeperStore #238
Remove unnecessary locks in keeperStore #238
Conversation
@JackyWoo Failed for TEST(RaftPerformance, machineCreateThread), should i remove it ? Since |
We can make it single thread. Also let's rename |
okay |
@lzydmxy let's test the performance with relaxed memory order of |
Snapshot load faster than before. 49s vs 22s
This is the impact of recent optimizations on the loading speed of snapshots. |
Which issues of this PR fixes:
This PR try to fix #239
Change log:
Slightly peformance improve