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

Add VEXPLAIN KEYS for improved sharding key selection #16830

Merged
merged 7 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. add 'vexplain keys' to parser and ast

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a6c2c7a View commit details
    Browse the repository at this point in the history
  2. add the plan building and json handling parts of vexplain keys

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4f085c9 View commit details
    Browse the repository at this point in the history
  3. fill in column usage in the vexplainKeys struct

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    eaad71f View commit details
    Browse the repository at this point in the history
  4. make the json output use camel cased key names

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0c6c388 View commit details
    Browse the repository at this point in the history
  5. remove panic

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    23e8a6c View commit details
    Browse the repository at this point in the history
  6. add test to the release summary about vexplain trace and keys

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    22a1390 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/main' into vexplain-keys

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ac6138e View commit details
    Browse the repository at this point in the history