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

feat: support per-fragment vnode count #18444

Merged
merged 23 commits into from
Sep 24, 2024
Merged

Commits on Sep 23, 2024

  1. add to session config

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    32bbf1c View commit details
    Browse the repository at this point in the history
  2. add vnode count to table catalog

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c989adc View commit details
    Browse the repository at this point in the history
  3. rethink vnode count existence

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c1ff4e6 View commit details
    Browse the repository at this point in the history
  4. meta table fragments

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    39bd6e0 View commit details
    Browse the repository at this point in the history
  5. check scheduling result

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a34bfa4 View commit details
    Browse the repository at this point in the history
  6. fix table catalog vnode count, very ugly

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    82243eb View commit details
    Browse the repository at this point in the history
  7. persisit vnode count in fragment

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    516ef06 View commit details
    Browse the repository at this point in the history
  8. fix table resize

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5459794 View commit details
    Browse the repository at this point in the history
  9. sql backend fragment vnode count

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9a931a7 View commit details
    Browse the repository at this point in the history
  10. refine docs

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e23d878 View commit details
    Browse the repository at this point in the history
  11. mod vnode count for row id

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    785bef2 View commit details
    Browse the repository at this point in the history
  12. add docs & tweak terms & fix presence

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    264ae0c View commit details
    Browse the repository at this point in the history
  13. refine docs

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ddb40d8 View commit details
    Browse the repository at this point in the history
  14. revert changes on session variable

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a9be037 View commit details
    Browse the repository at this point in the history
  15. use default for singleton vnode count

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    de667eb View commit details
    Browse the repository at this point in the history
  16. add migration for sql backend

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b610964 View commit details
    Browse the repository at this point in the history
  17. fix index creation

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    08fe3a2 View commit details
    Browse the repository at this point in the history
  18. fix unit tests

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7cecc43 View commit details
    Browse the repository at this point in the history
  19. visualize fragment in dashboard

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6be1198 View commit details
    Browse the repository at this point in the history
  20. make new_single return 256 as a workaround

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b009143 View commit details
    Browse the repository at this point in the history
  21. doc minor refine

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    33f332e View commit details
    Browse the repository at this point in the history
  22. replace table keep vnode count

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    db14e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. add explanation on maybe prefix

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    93241f6 View commit details
    Browse the repository at this point in the history