Skip to content

Instantly share code, notes, and snippets.

@lfittl
Last active August 29, 2015 14:02
Show Gist options
  • Save lfittl/5acfe4b4e66b8f0ea050 to your computer and use it in GitHub Desktop.
Save lfittl/5acfe4b4e66b8f0ea050 to your computer and use it in GitHub Desktop.
AVG | QUERY
--------------------------------------------------------------------------------
1.5ms | SELECT "users".* FROM "users"
0.1ms | SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?
0.1ms | UPDATE "users" SET "fullname" = $1, "updated_at" = $2 WHERE "users"."id" = ?
0.0ms | SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment