From 5d3fbac72acebd81547b5e9f4aadacb7e7e0968f Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Mon, 9 Dec 2024 14:11:14 +0100 Subject: [PATCH] readme Signed-off-by: Andres Taylor --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 714a644..b203c89 100644 --- a/README.md +++ b/README.md @@ -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