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 new command to test vschema with querylog - plantest #60

Open
systay opened this issue Nov 18, 2024 · 0 comments
Open

Add new command to test vschema with querylog - plantest #60

systay opened this issue Nov 18, 2024 · 0 comments

Comments

@systay
Copy link
Contributor

systay commented Nov 18, 2024

Given a querylog and a vschema, it should be possible to test the querylog against the vschema, and get some kind of report out.

The report should say:

  • What percentage of queries are single route queries? If we can optimise a query down to a single route, we know it's going to be a fast query
  • What percentage of transactions would be single shard transactions, and how many would need distributed transaction handling?
@systay systay changed the title Add new command to test vschema with querylog Add new command to test vschema with querylog - plantest Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant