Back to catalog
πŸ’»

MySQL Visual EXPLAIN

Free

Transform MySQL EXPLAIN output to interactive graphs

πŸ’»DevelopmentHTTPSCORS enabledNo API key required

Query Analysis

MySQL EXPLAIN result

Query TypeSELECT
Access TypeRef
Possible KeysIdx_user_id, idx_created_at
Rows Examined142
Query Cost28.75

Sample Response

response.json
1{
2 "query_type": "SELECT",
3 "access_type": "ref",
4 "possible_keys": "idx_user_id, idx_created_at",
5 "rows_examined": 142,
6 "query_cost": 28.75
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://api.mysqlexplain.com/"
View Documentation

Similar APIs