Skip to content
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

refactor(p2): fall 2024 #754

Merged
merged 26 commits into from
Sep 30, 2024
Merged

refactor(p2): fall 2024 #754

merged 26 commits into from
Sep 30, 2024

Conversation

unw9527
Copy link
Member

@unw9527 unw9527 commented Sep 29, 2024

Changes:

  • Txn in B+ tree is removed as it is deprecated.
  • Split the data array in the B+ tree page into two as required.
  • B+ tree debugging tool has been decoupled form the original B+ tree implementation.
  • Expose all the concurrent tests.

src/include/storage/page/b_plus_tree_internal_page.h Outdated Show resolved Hide resolved
src/include/storage/page/b_plus_tree_internal_page.h Outdated Show resolved Hide resolved
src/include/storage/page/b_plus_tree_internal_page.h Outdated Show resolved Hide resolved
src/include/storage/page/b_plus_tree_leaf_page.h Outdated Show resolved Hide resolved
src/include/storage/page/b_plus_tree_leaf_page.h Outdated Show resolved Hide resolved
test/storage/b_plus_tree_concurrent_test.cpp Outdated Show resolved Hide resolved
test/storage/b_plus_tree_concurrent_test.cpp Outdated Show resolved Hide resolved
Copy link

@J-HowHuang J-HowHuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lanlou1554 lanlou1554 merged commit c4f96a1 into master Sep 30, 2024
4 checks passed
@lanlou1554 lanlou1554 deleted the p2-refactor branch September 30, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants