mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-21 21:35:15 +02:00
docs: update README to include stats retrieval and improved execution plan visualization
This commit is contained in:
@@ -96,7 +96,9 @@ WHERE DEPARTMENT_ID IN
|
|||||||
GROUP BY COUNTRY_NAME, CITY
|
GROUP BY COUNTRY_NAME, CITY
|
||||||
- explain the execution plan
|
- explain the execution plan
|
||||||
- visualize above 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
|
See in action using Claude Desktop App
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user