Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Created July 1, 2019 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonrenoult/40e1d05cdafb64912afddc534b4db949 to your computer and use it in GitHub Desktop.
Save simonrenoult/40e1d05cdafb64912afddc534b4db949 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.65 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment