Skip to content

Instantly share code, notes, and snippets.

@norman
Created May 19, 2010 00:43
Show Gist options
  • Save norman/405777 to your computer and use it in GitHub Desktop.
Save norman/405777 to your computer and use it in GitHub Desktop.
MYSQL | SQLITE3 | POSTGRES |
--------------------------------------------------------
Ordered SELECT id 0.042 | 0.060 | 0.062 |
Ordered SELECT * 0.034 | 0.031 | 0.032 |
Random SELECT id 7.072 | 12.960 | 3.303 |
Random SELECT * 61.000 | 17.350 | 4.904 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment