← Back to team overview

maria-discuss team mailing list archive

Re: Statistics/Counters for number SHOW INDEX FROM queries

 

Am 21.01.2014 17:08, schrieb Sergei Golubchik:
> Hi, Markus!

Hi Sergei,

> Yes. Watch the status variable Com_show_keys

Thanks, that did the trick.


# mysql -e "show global status like 'Com_show_keys';"
+---------------+----------+
| Variable_name | Value    |
+---------------+----------+
| Com_show_keys | 12776476 |
+---------------+----------+

I guess, there's some work ahead... ;)

Cheers,
Markus



Follow ups

References