Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Dec 9, 2024
1 parent ca635cf commit 5d3fbac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ and query analysis.
attributes and relevant subset of global variables.
- **`vt planalyze`**: A tool that uses `vt keys` output plus a suggested VSchema to analyze potential query plans without
bringing up a cluster. Queries are classified as:
- **Perfect**: Single-shard queries.
- **Good**: Single-route plans, no expensive multi-shard operations.
- **Valid**: Plans requiring vtgate-level work. Acceptable if rarely used, but potentially slow for frequent queries.
- **Unsupported**: These queries currently not supported by Vitess.
- **Pass-through**: Single-shard queries.
- **Simple routed**: Single-route plans, no expensive multi-shard operations.
- **Complex routed**: Plans requiring vtgate-level work. Acceptable if rarely used, but potentially slow for frequent queries.
- **Unplanable**: These queries currently not supported by Vitess.

## Installation

Expand Down

0 comments on commit 5d3fbac

Please sign in to comment.