E
E
Egor Gruzdev2017-08-18 10:09:17
MySQL
Egor Gruzdev, 2017-08-18 10:09:17

The query cache is deprecated as of MySQL 5.7.20, what does it mean and what to expect?

Colleagues, tell me, I can’t find information about what awaits us after the release of MySQL 5.7.20, how the cache will work in mysql.
This context was found in the documentation at the link: https://dev.mysql.com/doc/refman/5.7/en/flush.html...


The query cache is deprecated as of MySQL 5.7.20, and is removed in MySQL 8.0. Deprecation includes FLUSH QUERY CACHE.

Where to dig and where to get acquainted with innovations?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2017-08-18
@egor_gruzdev

Actually, it means that they remove the request cache.
mysqlserverteam.com/mysql-8-0-retiring-support-for...

I
Igor Vorotnev, 2017-08-18
@HeadOnFire

Query cache is generally a very ambiguous thing, and it's best to set query_cache_size to 0 . Therefore, not a big loss. For those who have been doing this for a long time, there are no consequences. For those who relied on it, there is a little bit of reading and picking in the code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question