I came across 7 nuggets about the topic : database on internet.
You can search these links on my public listing page on  learning paths
Website Screenshot

How Does a Database Work? | Let’s Build a Simple Database

Website Screenshot

HopFS: Scaling hierarchical file system metadata using NewSQL databases | the morning paper

Website Screenshot

DB 101: Databases for Developers. A few overlooked aspects of working… | by Peter Christian Fraedrich | Jun, 2021 | Better Programming

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;

Home