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
- hdfs
- Spring XD
- Linux
- 도메인주도설계
- SBT
- DDD
- hibernate
- Gradle
- Spring Boot
- elasticsearch
- elastic search
- intellij
- Domain Driven Design
- docker
- spark
- Clean Code
- scala
- apache storm
- 엘라스틱서치
- Java
- hadoop
- 제주
- Spring
- design pattern
- Spring Batch
- nginx
- Storm
- Hbase
- Angular2
- 스프링 배치
Archives
- Today
- Total
목록sharding (1)
욱'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
2014. 12. 24. 14:34