Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Created July 1, 2019 08:58
Show Gist options
  • Save simonrenoult/7d4db8cbe8922fcad43449f805ae59da to your computer and use it in GitHub Desktop.
Save simonrenoult/7d4db8cbe8922fcad43449f805ae59da to your computer and use it in GitHub Desktop.
mysql> SELECT SQL_NO_CACHE * FROM articles WHERE article_id = 150000;
+------------+---------------+-----------------+
| article_id | article_title | article_content |
+------------+---------------+-----------------+
| 150000 | Title 150000 | Content 150000 |
+------------+---------------+-----------------+
1 row in set, 1 warning (0.80 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment