-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Versioned Storage for Modifications History #2233
Merged
Merged
Changes from 7 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6e19507
Add ModificationsHistoryV2 with right encoding
acerone85 3c9eff4
HistoricalRocksDB starts using ModificationHistory V2 for new changes
acerone85 0d2c490
Additional test that rollback works with V2
acerone85 eb75cd6
Merge branch 'master' into feature/version-modifications-history
acerone85 092e12f
Update CHANGELOG
acerone85 832432f
Typo
acerone85 ec9a907
Merge branch 'master' into feature/version-modifications-history
acerone85 5fb672d
Update CHANGELOG
acerone85 82e7db8
Merge branch 'master' into feature/version-modifications-history
acerone85 b8b22b5
Revert changes to Cargo.lock
acerone85 56c6428
Cargo.lock
acerone85 07d43e2
Updatet -> Updated
acerone85 f996101
Remove stale todo
acerone85 5ea1bbc
Generic implementation of multiversion_op
acerone85 315172c
N -> Version in comment
acerone85 d56f351
Remove Spurious comment
acerone85 4dc2643
Add comment why commit cannot fail
acerone85 a5cc0bb
Better pattern matching in column prefix bytes
acerone85 2739d61
Revert taken cumulative changes if writing modification history fails
acerone85 9f050e5
Add Given/When/Then in tests
acerone85 fc58a71
Merge branch 'master' into feature/version-modifications-history
acerone85 f162887
Remove stale comment
acerone85 df975db
WIP - Commit only valid migrated changes when committing a transaction
acerone85 a343938
Remove changes related to migration of modification history
acerone85 04ba994
Polish code
acerone85 1022595
Fix Changelog
acerone85 e549360
Merge branch 'master' into feature/version-modifications-history
xgreenx 72fee7e
Apply small changes from review
xgreenx 6a7b0d0
Merge branch 'master' into feature/version-modifications-history
xgreenx a46a2e7
Merge branch 'master' into feature/version-modifications-history
acerone85 bdded29
Make Changelog consistent
acerone85 8beaef8
Apply suggestions from code review
xgreenx 8564ad8
Merge branch 'master' into feature/version-modifications-history
xgreenx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you return it back, please?=)