MySQL query caching: limited to a maximum cache size of 128 MB?

后端 未结 6 1796
北荒
北荒 2021-01-30 17:31

My application is very database intensive so I\'ve tried really hard to make sure the application and the MySQL database are working as efficiently as possible together.

6条回答
  •  心在旅途
    2021-01-30 17:55

    Query Cache gets invalidated/flush every time there is an insert, Use InnoDB/cache and avoid query cache or set it to a very small value.

提交回复
热议问题