MySQL 8 is coming (Opensource.com)
Opensource.com takes a lookat changes to MySQL 8.0. "Ever open up a directory of a MySQL schema and see all those files-.frm, .myi, .myd, and the like? Those files hold some of the metadata on the database schemas. Twenty years ago, it was a good way to go, but InnoDB is a crash proof storage engine and can hold all that metadata safely. This means file corruption of a .frm file is not going to stall your work. Developers also removed the file system's maximum number of files as the limiting factor to your number of databases; you can now have literally have millions of tables in your database."