I came across 2 nuggets about the topic : ready-to-publish on internet.
You can search these links on my public listing page on  learning paths
Website Screenshot

SELECT table_name AS "Table", ROUND(((data_length + index_length) / 1024 / 1024), 2) AS "Size (MB)" FROM information_schema.TABLES WHERE table_schema = "bitfolio" ORDER BY (data_length + index_length) DESC;

Website Screenshot

Linux Cheatsheet for DevOps ♾. Day 3/90 with Shubham Londhe | by Tejashree Salvi | Medium

Home