CAP and PACELC

CAP 이론과 PACELC 이론 CAP 이론은 분산 데이터베이스 시스템에서 의미있는...

DB ORM

영속성(Persistence) 데이터를 생성한 프로그램이 종료되더라도 사라지지 않는 데이터의 특성을 말한다....

Layered Architecture

계층화 아키텍쳐(Layered Architecture)의 구성요소 (https://www.javatpoint.com/spring-boot-architecture) 1. Presentation layer : View...

DB Partitioning

파티셔닝(Partitioning)? DB에서 크기가 큰 테이블을 작은 단위로 나눠 관리하는 기법....

DB NoSql

NoSQL이란? NoSQL은 비관계형 데이터베이스를 지칭한다. 즉, 관계형 데이터 모델을 지양...