Command-Line Format
--min-examined-row-limit=# System Variable Name
min_examined_row_limit Variable Scope
Global, Session Dynamic Variable
Yes Permitted Values (32-bit platforms) Type
integer Default
0 Min Value
0 Max Value
4294967295 Permitted Values (64-bit platforms) Type
integer Default
0 Min Value
0 Max Value
18446744073709551615 这个参数是用来设置慢查询的最小examined扫描行数。
参考资料:
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_min_examined_row_limit
https://www.digitalocean.com/community/tutorials/how-to-use-mysql-query-profiling
http://calladeveloper.blogspot.com/2013/03/howto-read-mysql-slow-query-log.html