Skip to content

Instantly share code, notes, and snippets.

@varmil
Created May 30, 2016 03:52
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 varmil/da48576983d56f1f80ea5fafc5801fbe to your computer and use it in GitHub Desktop.
Save varmil/da48576983d56f1f80ea5fafc5801fbe to your computer and use it in GitHub Desktop.
【MySQL】基礎。InnoDBのbuffer poolはページ単位(列ではなく)でキャッシュする ref: http://qiita.com/varmil/items/52684b32fad16b653dba
SELECT Name,Dept FROM Employees WHERE Id = 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment