-
Notifications
You must be signed in to change notification settings - Fork 411
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
avoid unnecessary fsync in ps #7616
Conversation
d56b85d
to
eca4ff6
Compare
eca4ff6
to
2b0339d
Compare
2b0339d
to
1607a0e
Compare
63336ab
to
f77342d
Compare
/rebuild |
1 similar comment
/rebuild |
f33f043
to
db8853a
Compare
6d6b130
to
6c2f9c3
Compare
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.
LGTM
Signed-off-by: JaySon-Huang <[email protected]>
/run-all-tests |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JaySon-Huang, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
In response to a cherrypick label: new pull request created to branch |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
What problem does this PR solve?
Issue Number: ref #6827 close #7736
Problem Summary:
Avoid unnecessary sync when writing to wal, after optimization, the write performance is about 14MB/s(previous is about 7MB/s)
Add some metrics
Add some unit tests for pipeline write
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note