Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to improve database stability?

2784987Apr 22 2016 — edited Apr 25 2016

Following is a coefficient variation format:

CVx = (SDx /Meanx) * 100%

here SD means standard deviation and Mean means average value

we need to measure our mysql databases using TPS(Transaction per second) coefficient variation,QPS(Query per second) coefficient variation,RT(Response Time) coefficient variation.

As a DBA,what aspects should I foucus on to improve our database stability?

thanks

Comments
Post Details
Added on Apr 22 2016
1 comment
717 views