Open
Conversation
Pull reviewers statsStats of the last 30 days for SSAMBBONG:
|
심종한/[lecture25] db 인덱스/README.md
Outdated
Contributor
There was a problem hiding this comment.
Suggested change
| 쿼리문에서 사용하는 인덱스는 DBMS의 opimizer가 알아서 적절하게 인덱스를 선택한다. | |
| 쿼리문에서 사용하는 인덱스는 DBMS의 optimizer가 알아서 적절하게 인덱스를 선택한다. |
심종한/[lecture25] db 인덱스/README.md
Outdated
Contributor
There was a problem hiding this comment.
Suggested change
| # 더욱 강제(하지만 해당 인덱스를 사용해서 조회가 불가능하면 `optimezer` 가 다른 방법을 선택한다) | |
| # 더욱 강제(하지만 해당 인덱스를 사용해서 조회가 불가능하면 `optimizer` 가 다른 방법을 선택한다) |
KimYeonWook511
approved these changes
Jul 3, 2024
MustSave
approved these changes
Jul 5, 2024
심종한/[lecture31] NoSQL/README.md
Outdated
Contributor
There was a problem hiding this comment.
Suggested change
| - 고가용성 (replication, automatic failover)이 보장된다. | |
| - 고가용성 (replication, automatic failover)을 지원한다. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
과제 수행 여부
사유 (미완료 시)
(이유를 간단히 설명해주세요)
관련 문서나 이슈
(관련된 문서나 이슈가 있다면 링크를 제공해주세요)
네이버D2 - DBCP 이해하기
HikariCP