-
Notifications
You must be signed in to change notification settings - Fork 65
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
WAL sync performance optimizations #200
Conversation
…backend Signed-off-by: Nabeel M Mohamed <50154757+nabeelmmd@users.noreply.github.com>
possible to have any tests? |
I've added a test for the param changes.. The wal changes should be exercised by our current tests as it's in a common path. |
Only thing I would say is squash the commits yourself or change the default commit message before merging. GitHub has a dumb default commit message when you have multiple commits in a PR for squash and merge and strat. :) |
Oh I see.. I thought it just combines all the commit messages and puts it in the merge commit? you don't like that? |
f1e0245
to
4d8351b
Compare
4d8351b
to
1e4de07
Compare
It puts the signed-off-by multiple times and the "Address review comments" gets left in the message too. |
15d987a
to
9c4b6c0
Compare
Signed-off-by: Nabeel M Mohamed <50154757+nabeelmmd@users.noreply.github.com>
9c4b6c0
to
860f24b
Compare
WAL performance optimizations to support frequent syncs on a slow IO backend Signed-off-by: Nabeel M Mohamed <50154757+nabeelmmd@users.noreply.github.com> (cherry picked from commit 4c0668d)
WAL performance optimizations to support frequent syncs on a slow IO backend Signed-off-by: Nabeel M Mohamed <50154757+nabeelmmd@users.noreply.github.com> (cherry picked from commit 4c0668d)
Signed-off-by: Nabeel M Mohamed 50154757+nabeelmmd@users.noreply.github.com