-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add rocksdb as transactional engine #1190
add rocksdb as transactional engine #1190
Conversation
…com/wangzihuacool/gh-ost into add-rocksdb-as-transactional-engine
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.
This looks great! Thanks @wangzihuacool!
I've asked a question about the migration test changes in my review. Would you mind also adding PerconaServer-8.0.21
to the list of versions in .github/workflows/replica-tests.yml
? I've merged github/gh-ost-ci-env#14, so we can enable the RocksDB migration tests in CI 😄
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.
@wangzihuacool thanks for your work on this PR 🙇. I've added a few comments in-line
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. Thanks a lot @wangzihuacool! 🙏
Co-authored-by: dm-2 <[email protected]>
Co-authored-by: Tim Vaillancourt <[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.
Thanks @wangzihuacool, this is brilliant! 🚀
FYI, this introduced a regression: #1262 |
Coping other phones |
Related issue: #1189
Description:
Add support for rocksdb as transactional engine