Comments - A Few Questions About MariaDB

10 years, 9 months ago Vasilis Lourdas

Just out of curiosity. What feature does version 10 have that keeps you from using 5.5?

 
10 years, 9 months ago Joshua Parker

To be honest, I haven't fully finished planning out the database structure, but I want to include an SQL terminal for something like a System's Administrator role where he or she can alter information if something was entered wrong as well as run advanced ad-hoc reports for different departments. And I think the following three features might play an essential role in that:

1. SHOW EXPLAIN command 2. Engine independent table statistics 3. Faster UNIQUE key generation with ALTER TABLE

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.