Properties:
| Applicable To | MySQL Server |
| Server Startup Option |
--log-queries-not-using-indexes
|
| Scope | Global |
| Dynamic | Yes |
| Possible Values | Boolean |
| Default | False |
| Category | Performance, Monitoring, Best Practices |
Description:
If you have slow query logs enabled (with
--log-slow-queries), this variable will help
interpret all those queries that are not using indexes as slow
queries.
Usage:
While …
[Read more]