From a664de3e19d879be67b3a7283801acb642329436 Mon Sep 17 00:00:00 2001 From: Marcelo Ochoa Date: Wed, 19 Mar 2025 21:07:15 +0000 Subject: [PATCH] docs: update README to include stats retrieval and improved execution plan visualization --- src/oracle/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/oracle/README.md b/src/oracle/README.md index 0a9e6f06..cdbf83e8 100644 --- a/src/oracle/README.md +++ b/src/oracle/README.md @@ -96,7 +96,9 @@ WHERE DEPARTMENT_ID INĀ  GROUP BY COUNTRY_NAME, CITY - explain the execution plan - visualize above execution plan -- rewrite above query with a better execution plan +- get stats of COUNTRIES, LOCATIONS and DEPARTMENTS +- based on above table and index stats rewrite above query with a better execution plan +- visualize original and rewritten execution plan See in action using Claude Desktop App