# 데이터베이스
데이터베이스는 구조화된 데이터를 저장·관리하는 시스템입니다.
```mermaid
---
config:
theme: base
themeVariables:
background: "#FFFFFF"
git0: "#1E3A8A"
gitBranchLabel0: "#FFFFFF"
cScale0: "#DBEAFE"
cScale1: "#D1FAE5"
cScale2: "#FEF3C7"
cScale3: "#EDE9FE"
cScale4: "#FEE2E2"
cScale5: "#CFFAFE"
cScale6: "#FCE7F3"
cScale7: "#E0E7FF"
cScale8: "#F1F5F9"
cScale9: "#ECFCCB"
cScale10: "#FFE4E6"
cScale11: "#E5E7EB"
cScaleLabel0: "#000000"
cScaleLabel1: "#000000"
cScaleLabel2: "#000000"
cScaleLabel3: "#000000"
cScaleLabel4: "#000000"
cScaleLabel5: "#000000"
cScaleLabel6: "#000000"
cScaleLabel7: "#000000"
cScaleLabel8: "#000000"
cScaleLabel9: "#000000"
cScaleLabel10: "#000000"
cScaleLabel11: "#000000"
---
mindmap
root((데이터베이스))
관계형(RDBMS)
MySQL
PostgreSQL
SQLite
Oracle
NoSQL
문서형
MongoDB
CouchDB
키-값
Redis
DynamoDB
칼럼형
Cassandra
HBase
그래프
Neo4j
특수목적
벡터DB
Pinecone
pgvector
시계열
InfluxDB
검색엔진
Elasticsearch
개념
ACID
BASE·CAP
정규화
인덱스
분산·복제
샤딩
```
관련: [[마인드맵/데이터-시각화]], [[마인드맵/클라우드-컴퓨팅]]