Skip to content

[23기_최승원] 성능최적화 미션 제출합니다.#72

Open
Seungwon326 wants to merge 4 commits into
CEOS-Developers:Seungwon326from
Seungwon326:Seungwon326
Open

[23기_최승원] 성능최적화 미션 제출합니다.#72
Seungwon326 wants to merge 4 commits into
CEOS-Developers:Seungwon326from
Seungwon326:Seungwon326

Conversation

@Seungwon326

Copy link
Copy Markdown

No description provided.

@boogiewooki02 boogiewooki02 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!
트랜잭션 분리, 인덱스 적용 등의 최적화는 추후에 그루핏 리팩토링 과정에서 같이 적용해보아요~

Comment thread README.md
2. 최적화(인덱스 추가)


EXPLAIN SELECT * FROM orders WHERE user_id = 1 ORDER BY created_at DESC LIMIT 5;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EXPLAIN 문을 사용해서 인덱스를 적용함으로써 얻을 수 있는 이점을 구체적으로 파악할 수 있네요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants