-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve query speed #314
Comments
이거 정확히 무슨 의미인지 궁금합니다! |
이거 이번에 제 pr 보시면 const [invisibleUserList, relationReviewTagList] = await Promise.all([
blockDB.getInvisibleUserListByUserId(client, req.user.id),
relationReviewTagDB.getRelationReviewTagList(client),
]); 이런식으로 꼭 위에 쿼리 결과물이 있어야 돌아가는 쿼리가 아니면 한 번에 돌리려구요! https://code-masterjung.tistory.com/91 |
아하아하 안 그래도 진짜 똑같은 블로그 봤었어요 ㅋㅋㅋ 덕분에 공부했습니다 |
ㅋㅋㅋㅋ좋습니다!! 🔥 |
해당 이슈는 일단 보류하고 나머지 작업한 후에 진행하겠습니다~! |
The text was updated successfully, but these errors were encountered: