-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[feature-wip](merge-on-write) MOW table support different primary keys and sort keys #24788
Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
d74004e
[feature-wip](merge-on-write) MOW table split primary key and sort key
mymeiyi 9326c7f
fix code format
mymeiyi 4379e27
fix regression
mymeiyi dc80873
add some regression
mymeiyi 8ede803
fix write
mymeiyi 3f96b2c
fix write
mymeiyi 8691d42
Check status when get rowid
mymeiyi 288cd3b
fix read
mymeiyi aacb645
improve
mymeiyi 87bfda9
fix be format
mymeiyi 6d9db37
improve get pk row range
mymeiyi 373eedb
Add p2 regression
mymeiyi 6251ba5
Support point query
mymeiyi 384bf64
Fix read bug
mymeiyi 6edd267
Modify point query regression
mymeiyi 08b65dc
Fix rebase compile error
mymeiyi e13bd2a
Fix point query out
mymeiyi d5c82d3
Support schema change
mymeiyi ebac9bb
fix read
mymeiyi 35746c0
fix be ut
mymeiyi cc8d2da
support row compaction
mymeiyi ad57b40
add compaction regression case
mymeiyi 5ecf38a
support vertical compaction
mymeiyi cc3b92d
Fix vertical compaction
mymeiyi 052c927
rebase master
mymeiyi a68ecd0
fix comments
mymeiyi de54393
disable test_delete_sign_delete_bitmap
mymeiyi ebf35e0
fix
mymeiyi bb75b95
fix compile
mymeiyi f29ce66
skip vertical segment writer
mymeiyi a3618f4
some fix
mymeiyi db1b557
modify by comments
mymeiyi 1d1f6c5
fix DeleteBitmapCalculatorTest
mymeiyi 0233921
Fix segment compaction
mymeiyi 80bbd69
Fix test_point_query_cluster_key
mymeiyi fbb6aa8
Fix test_point_query_cluster_key
mymeiyi 520a15c
Fix test_point_query_cluster_key
mymeiyi 378c20a
Fix test_point_query_cluster_key
mymeiyi 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
support vertical compaction
- Loading branch information
commit 5ecf38a1f68980d7b467126d13d6dfb21b9b9603
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
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.
we can rename key_columns to sort_columns.