Skip to content

Commit

Permalink
Pending changes exported from your codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dzeyelid committed Jul 5, 2023
1 parent 66290fd commit b629c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reading-circle_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ docker exec -it webapp-mysql-1 mysql -u root -p
use isuconp;
SHOW CREATE TABLE comments;
EXPLAIN SELECT * FROM `comments` WHERE `post_id` = 9995 ORDER BY `created_at` DESC LIMIT 3;
ALTER TABLE comments ADD INDEX post_id_idx(post_id);
```

0 comments on commit b629c15

Please sign in to comment.