Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ WHERE status = 1 AND genre = 3;
```java
-> Covering index lookup on movie using covering_idx (status=1, genre=3) (cost=182 rows=811) (actual time=0.0362..0.214 rows=811 loops=1)\n'
```
---

6. Deploy to Production (프로덕션 배포)

Expand Down