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

[Feature]Sharding support 1 #18533

Merged
merged 37 commits into from
Sep 15, 2024
Merged

[Feature]Sharding support 1 #18533

merged 37 commits into from
Sep 15, 2024

Commits on Sep 4, 2024

  1. update 1

    triump2020 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f1483b3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sharding-1

    # Conflicts:
    #	pkg/vm/engine/types.go
    triump2020 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e66cf65 View commit details
    Browse the repository at this point in the history
  3. update

    triump2020 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2393588 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. update

    triump2020 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    af1a859 View commit details
    Browse the repository at this point in the history
  2. update

    triump2020 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    2c23330 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into sharding-1

    # Conflicts:
    #	pkg/vm/engine/disttae/txn_table.go
    #	pkg/vm/engine/disttae/txn_table_sharding.go
    triump2020 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5fdf1f8 View commit details
    Browse the repository at this point in the history
  4. update

    triump2020 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d9616e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. update

    triump2020 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3aa23e3 View commit details
    Browse the repository at this point in the history
  2. update

    triump2020 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    579cf21 View commit details
    Browse the repository at this point in the history
  3. update

    triump2020 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    80a42fd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. update

    triump2020 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5ed91da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8e2f5 View commit details
    Browse the repository at this point in the history
  3. update

    triump2020 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    11b1245 View commit details
    Browse the repository at this point in the history
  4. remove unused code

    triump2020 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5b8df99 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. update ut

    triump2020 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a084f0e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sharding-1

    # Conflicts:
    #	pkg/vm/engine/disttae/db.go
    #	pkg/vm/engine/disttae/logtail_consumer.go
    triump2020 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ab7ea65 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    triump2020 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    71f7c48 View commit details
    Browse the repository at this point in the history
  4. update UT

    triump2020 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3d33e14 View commit details
    Browse the repository at this point in the history
  5. update

    triump2020 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6839598 View commit details
    Browse the repository at this point in the history
  6. update

    triump2020 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d96d1ae View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. update ut

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    dfe32c3 View commit details
    Browse the repository at this point in the history
  2. add bvt

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5c86776 View commit details
    Browse the repository at this point in the history
  3. update

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a5f8072 View commit details
    Browse the repository at this point in the history
  4. fix sca

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    73a7813 View commit details
    Browse the repository at this point in the history
  5. remote bvt case

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    08b8ac9 View commit details
    Browse the repository at this point in the history
  6. remove bvt case

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    591418e View commit details
    Browse the repository at this point in the history
  7. update

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    898bd57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0d8a6d View commit details
    Browse the repository at this point in the history
  9. add ut

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    531662f View commit details
    Browse the repository at this point in the history
  10. fix bugs

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2b6d93f View commit details
    Browse the repository at this point in the history
  11. add bvt case

    triump2020 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    08169d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    62312b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sharding-1

    # Conflicts:
    #	pkg/sql/compile/compile.go
    #	pkg/vm/engine/disttae/merge.go
    triump2020 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dc0041a View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    triump2020 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e1706c2 View commit details
    Browse the repository at this point in the history
  4. fix bugs and add UT

    triump2020 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e20b496 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ceb153 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    336f5fb View commit details
    Browse the repository at this point in the history