SQL_NO_CACHE does not work

前端 未结 4 706
情话喂你
情话喂你 2020-12-08 02:55

The first time I run this sql, needs 39 seconds,when I run again and increase SQL_NO_CACHE,does not seem to take effect:

mysql> select count(*) from `deal         


        
4条回答
  •  一生所求
    2020-12-08 03:24

    1. see: http://forums.mysql.com/read.php?24,225286,225468#msg-225468
    2. you could try RESET QUERY CACHE (you need the RELOAD privilege) although having just read the link above this will probably not work either :(

提交回复
热议问题