摘要: Preface In order to know clearly about the real performance threshold of database server,we usually do database benchmarks.What's it?It's similar with 阅读全文
posted @ 2018-07-01 21:50 aaron8219 阅读(1291) 评论(0) 推荐(0) 编辑
摘要: Preface Sometimes we need to know the details of a program(porcess) when it is running even it's on the edge of crach.There's a lot of tools can be us 阅读全文
posted @ 2018-06-30 23:40 aaron8219 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Preface User privileges regulation is pretty important in DBAs routine job.As we all know,it's the less the better to reduce risks when someone who ha 阅读全文
posted @ 2018-06-29 23:52 aaron8219 阅读(362) 评论(0) 推荐(0) 编辑
摘要: Preface As usual we will check the MySQL executed plan of SQL query by execute "explain select ... ;".It's a simple way to get the information of exec 阅读全文
posted @ 2018-06-28 21:01 aaron8219 阅读(932) 评论(0) 推荐(0) 编辑
摘要: Preface Sometimes,we are determined to kill some MySQL connections which are occupying huge resources(CPU,memory,etc) that maybe lead to server crash. 阅读全文
posted @ 2018-06-27 23:18 aaron8219 阅读(328) 评论(0) 推荐(0) 编辑
摘要: Preface Connection security is one of the most important safety strategies which we should consider.It's not a good manner using plaintext password in 阅读全文
posted @ 2018-06-26 15:39 aaron8219 阅读(1163) 评论(0) 推荐(0) 编辑
摘要: Preface As a matter of fact,disk IO is the most important factor which tremendously influence performance of database especially in OLTP which is usua 阅读全文
posted @ 2018-06-25 19:59 aaron8219 阅读(426) 评论(0) 推荐(0) 编辑
摘要: Preface There're many ways relevent with performance tuning.For example,using indexes properly is important in doing that.At the very beginning of rel 阅读全文
posted @ 2018-06-24 20:03 aaron8219 阅读(869) 评论(0) 推荐(0) 编辑
摘要: Preface Several days ago,I've implement a docker environmnet,I'm gonna Install a MySQL 8.0 version on it.Let's see the detail of it. Procedure Check a 阅读全文
posted @ 2018-06-23 23:56 aaron8219 阅读(7149) 评论(1) 推荐(0) 编辑
摘要: Preface Performance issues are what DBA most concerned thing.There're always a lot of SQL queries which maybe not using appropriated indexes cause bad 阅读全文
posted @ 2018-06-22 17:20 aaron8219 阅读(692) 评论(0) 推荐(0) 编辑