MySQL Performance Optimization

added by JavaScript Kicks
10/16/2018 7:49:12 AM

892 Views

The most important thing when it comes to Database Performace Optimization is to pick the right one. You should decide whether your application needs a Relational or Non-Relational database. Even inside one type, you will have various options to choose from. As in the relational database, you may find Oracle, MySQL, SQL Server, and PostgreSQL.


0 comments