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

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

Website Screenshot

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

Website Screenshot
How to determine the size of MySQL databases and tables

o determine the sizes of all of the tables in a specific database, at the mysql> prompt, type the following command. Replace database_name with the name of the database that you want to check:

Website Screenshot
How to Rename a Database in MySQL {3 Easy Ways}

As an administrator, you may need to change the name of a database. However, for security, the command to rename a database

Home