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

support storing all data in UniversalPageStorage #6717

Merged
merged 37 commits into from
Feb 15, 2023

Commits on Feb 7, 2023

  1. store data in uni ps

    lidezhu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ec66818 View commit details
    Browse the repository at this point in the history
  2. remove useless code

    lidezhu committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6311b79 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. refine callback and getMaxId

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e63738f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f041f4f View commit details
    Browse the repository at this point in the history
  3. refine code

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4165d75 View commit details
    Browse the repository at this point in the history
  4. small fix

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2cdeef8 View commit details
    Browse the repository at this point in the history
  5. small fix

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    adda46e View commit details
    Browse the repository at this point in the history
  6. fix gtest

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    be33011 View commit details
    Browse the repository at this point in the history
  7. fix region persistor restart

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2e7effd View commit details
    Browse the repository at this point in the history
  8. rename

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4b4fc0a View commit details
    Browse the repository at this point in the history
  9. fix conflict

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8d9918c View commit details
    Browse the repository at this point in the history
  10. fix gtest

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5a19c7f View commit details
    Browse the repository at this point in the history
  11. try run test in uni_ps mode

    lidezhu committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7d73de8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. add some unit test

    lidezhu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e7509b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f52441a View commit details
    Browse the repository at this point in the history
  3. fix gtest

    lidezhu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    95f3213 View commit details
    Browse the repository at this point in the history
  4. address comment

    lidezhu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d47a03b View commit details
    Browse the repository at this point in the history
  5. small fix

    lidezhu committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    138690d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    28a209a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. address comment

    lidezhu committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    21e6c75 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update dbms/src/Storages/DeltaMerge/StoragePool.cpp

    Co-authored-by: JaySon <tshent@qq.com>
    lidezhu and JaySon-Huang authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8c78ac4 View commit details
    Browse the repository at this point in the history
  2. address comment

    lidezhu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cf78497 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. fix print universal page id

    lidezhu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a920775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae3445 View commit details
    Browse the repository at this point in the history
  3. fix for master

    JaySon-Huang committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d534e0d View commit details
    Browse the repository at this point in the history
  4. Clean some hacks

    JaySon-Huang committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8935a29 View commit details
    Browse the repository at this point in the history
  5. fix max page id

    lidezhu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5857b5f View commit details
    Browse the repository at this point in the history
  6. address comment

    lidezhu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    18168b5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from JaySon-Huang/store-data-in-uni-ps

    backport directory fix && test
    lidezhu authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    490e405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b937f7 View commit details
    Browse the repository at this point in the history
  9. format

    lidezhu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    19145ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17ce8eb View commit details
    Browse the repository at this point in the history
  11. Update dbms/src/Storages/Page/V3/PageDirectory.h

    Co-authored-by: JaySon <tshent@qq.com>
    lidezhu and JaySon-Huang authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8069e19 View commit details
    Browse the repository at this point in the history
  12. Update dbms/src/Storages/Page/V3/tests/gtest_page_storage.cpp

    Co-authored-by: JaySon <tshent@qq.com>
    lidezhu and JaySon-Huang authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3ebd791 View commit details
    Browse the repository at this point in the history
  13. Update dbms/src/Storages/Page/V3/tests/gtest_page_storage.cpp

    Co-authored-by: JaySon <tshent@qq.com>
    lidezhu and JaySon-Huang authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5e4cd29 View commit details
    Browse the repository at this point in the history
  14. fix unit test

    lidezhu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6a81b9a View commit details
    Browse the repository at this point in the history
  15. fix unit test

    lidezhu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    012df3d View commit details
    Browse the repository at this point in the history