MySQL - What are the Performance and Scalability characteristics of MySQL?

What are the Performance and Scalability characteristics of MySQL?

MySQL has a unique storage engine architecture that makes it adaptable to most servers. MySQL meets the expectations of the most common applications, i.e. to run millions of transactions. Features like strong memory cache, indexing etc adds to the performance.

MySQL being open source allows customization which allows users to add their own requirements. MySQL also supports large number of embedded applications. These features add to the scalability characteristic.
MySQL limitations - What are the limitations of mysql in Comparison of Oracle?
MySQL limitations - Transactions are better supported in Oracle as compared to Mysql. ROLE feature is available....
MySQL Trigger - What is a Trigger in MySQL? Define different types of Trigger?
MySQL Trigger - A trigger is a set of code which is executed in response to some event.....
MySQL - What is the difference between CHAR_LENGTH and LENGTH?
MySQL CHAR_LENGTH and LENGTH - The basic difference between RPC and JMS lies in the way they message. RPC uses synchronous messaging....
Post your comment