LoginSignup
5
4

More than 5 years have passed since last update.

SELECT文でSQL Cacheを無効にする

Posted at

頻繁に忘れて検索している気がするのでメモ。

SELECT SQL_CACHE id, name FROM customer;
SELECT SQL_NO_CACHE id, name FROM customer;

MySQLのドキュメント的にはここを参照
http://dev.mysql.com/doc/refman/5.5/en/query-cache-in-select.html

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4