Skip to content

Instantly share code, notes, and snippets.

@cmckni3
Last active February 9, 2016 16:15
Show Gist options
  • Save cmckni3/d9268cbf0269565bc14c to your computer and use it in GitHub Desktop.
Save cmckni3/d9268cbf0269565bc14c to your computer and use it in GitHub Desktop.
Check the performance of a query
mysqlslap -u root -p --concurrency=100 --iterations=20 --create-schema=database_name --query="select * from tablename where name = 'Something';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment