以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 数据库 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=117943) |
-- 作者:z769036165 -- 发布时间:2018/4/21 11:04:00 -- 数据库 狐表与mysql数据连接时候使用的视图进行连接,但是在视图使用了where 条件后,保存时自动出现sql_no_cache不使用缓存,怎么改都无法删除,一保存就会自动出现。 mysql> show variables like \'%query_cache%\'; +------------------------------+---------+ | Variable_name | Value | +------------------------------+---------+ | have_query_cache | YES | | query_cache_limit | 1048576 | | query_cache_min_res_unit | 4096 | | query_cache_size | 9437184 | | query_cache_type | ON | | query_cache_wlock_invalidate | OFF | +------------------------------+---------+ 6 rows in set 检查缓存是打开的,请问这个怎么使视图查询的时候不自动出现sql_no_cache?
|