Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- scala
- elastic search
- hadoop
- hdfs
- nginx
- elasticsearch
- Domain Driven Design
- Java
- Angular2
- Spring Batch
- 도메인주도설계
- Storm
- Spring Boot
- Linux
- design pattern
- docker
- DDD
- 스프링 배치
- apache storm
- spark
- Spring XD
- Hbase
- 엘라스틱서치
- SBT
- 제주
- hibernate
- Gradle
- intellij
- Spring
- Clean Code
Archives
- Today
- Total
욱'S 노트
Sharding 본문
A database shard is a horizontal partition of data in a database or search engine. Each individual partition is referred to as a shard or database shard. Each shard is held on a separate database server instance, to spread load.
데이터베이스 샤드이란 데이터베이스나 검색엔진의 데이터의 수평적인 파티션이다. 각 독립적은 파티션은 샤드 또는 데이터베이스 샤드라고 한다. 각 샤드는 분리된 데이터 베이스에 유지되고 분배된다.
한마디로 한 스키마의 데이터를 여러 서버에 분산시키는 것을 샤딩이라고 한다.
출처 : 위키피디아
'Language > IT' 카테고리의 다른 글
StAX (0) | 2015.03.10 |
---|---|
uber jar (0) | 2015.03.05 |
Bloom filter (0) | 2014.12.24 |
Block cache (0) | 2014.12.24 |
Commodity hardware (0) | 2014.12.24 |
Comments