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

non-unique vindex routing in update and delete query #9554

Merged
merged 6 commits into from
Jan 28, 2022

Commits on Jan 27, 2022

  1. test: added non-unique vindex column to multicol table

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    fc9343a View commit details
    Browse the repository at this point in the history
  2. feat: allow non-unique vindex for routing selection in dml queries

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c4d6d1b View commit details
    Browse the repository at this point in the history
  3. test: delete cases added for non-unique lookup vindex selection

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b526973 View commit details
    Browse the repository at this point in the history
  4. feat: dml engine to allow multi destination query for equal plan to a…

    …ccomodate non-unique lookup
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    516c73f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. feat: consistent lookup to use commit order based on the input query …

    …to vtgate instead of fixed pre commit order
    
    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    dc63586 View commit details
    Browse the repository at this point in the history
  2. test: added e2e test for non-unique dml routing

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a6fef2a View commit details
    Browse the repository at this point in the history