MySQL查询缓存与缓冲区的区别

参见:https://blog.csdn.net/Hpsyche/article/details/104460944  推荐

 https://blog.csdn.net/alexdamiao/article/details/51590118 内容较少,但是比较的清晰的解析innodb_cache的使用

https://blog.csdn.net/wangbo910927/article/details/107467520

https://blog.csdn.net/chushoufengli/article/details/114850485 mysql的查询缓存解释

https://blog.csdn.net/liqfyiyi/article/details/50178591   为什么要关闭 MySQL Query Cache?

https://www.cnblogs.com/FengGeBlog/p/10144940.html  mysql innodb_cache的使用

https://blog.csdn.net/weixin_44055234/article/details/107203766 有相关的query_cache的一些解释

https://www.cnblogs.com/asea123/p/10077641.html   查询缓存的问题

注意:have_query_cache表示是否有查询缓存这个功能,而query_cache_type表示是否开启查询缓存操作

原文地址:https://www.cnblogs.com/chaojibaidu/p/14845432.html