Created
October 11, 2016 12:57
-
-
Save NetguruGist/780c5bd20037f2151b6a3bf9d7114458 to your computer and use it in GitHub Desktop.
performance_post_9.bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Post Load (0.5ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT $1 [["LIMIT", 1]] | |
(0.1ms) BEGIN | |
SQL (0.4ms) DELETE FROM "comments" WHERE "comments"."post_id" = $1 [["post_id", 15]] | |
SQL (1.1ms) DELETE FROM "posts" WHERE "posts"."id" = $1 [["id", 15]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment