docs: update README to include stats retrieval and improved execution plan visualization

This commit is contained in:
Marcelo Ochoa
2025-03-19 21:07:15 +00:00
parent 21b9c0ca1f
commit a664de3e19

View File

@@ -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