Skip to content
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

[DB] 1주차 추가질문 #27

Open
Suxxxxhyun opened this issue Mar 7, 2024 · 0 comments
Open

[DB] 1주차 추가질문 #27

Suxxxxhyun opened this issue Mar 7, 2024 · 0 comments
Labels
database 데이터베이스

Comments

@Suxxxxhyun
Copy link
Contributor

Suxxxxhyun commented Mar 7, 2024

기본키 수정이 안되는 제약조건?
UNIQUE키워드 -> 자동으로인덱스 생성 ->
-> 중복되면 안되기때문에 자동으로 인덱스생성이 됨 -> 삽입 및 수정

데이터베이스 관리 시스템(DBMS)은 유니크 키워드가 지정된 컬럼에 대해 자동으로 인덱스를 생성합니다.


ACID 원칙 중, Durability를 DBMS는 어떻게 보장하나요? >> WAL과 더불어 Checkpoint 방식이 있다고?


키 종류 다시 보기


JWT로그인에서 payload에 어떤 것을 저장했는가?


파일시스템으로도 충분이 DB구축이 가능한데 왜 RDB를 사용하였는가?


JPA 왜 썼냐,
Mybatis도 있는데 JPA쓰면 뭐가좋냐?

@Suxxxxhyun Suxxxxhyun added the database 데이터베이스 label Mar 7, 2024
@Suxxxxhyun Suxxxxhyun changed the title [DB] 1주차 질문 [DB] 1주차 추가질문 Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database 데이터베이스
Projects
None yet
Development

No branches or pull requests

1 participant