펌질
https://www.elastic.co/blog/hot-warm-architecture
Master nodes
We recommend running 3 dedicated master nodes per cluster having dedicated master nodes which run in their own JVM increases stability and resilience as they are not affected by garbage collection that can affect other types of nodes. These nodes do not handle requests and do not hold any data, and therefore only require less resources (such as CPU, RAM and Disk)
Hot data nodes
Hot data nodes are designed to perform all indexing within the cluster and will also hold the most recent daily indices that generally tend to be queried most frequently. As indexing is a very IO intensive operation, these servers need to be powerful and backed by attached SSD storage.
Warm data nodes
Warm data nodes are designed to handle a large amount of read-only indices that are not queried frequently. As these indices are read-only, warm nodes tend to util
'Elasticsearch' 카테고리의 다른 글
[elasticsearch] No log4j2 configuration file found. Using default configuration: logging only errors to the console 에러 해결하기 (0) | 2017.11.15 |
---|---|
[elasticsearch] 인덱스의 최대 필드 개수 제한 (0) | 2017.11.02 |
[elasticsearch5] dynamic template (0) | 2017.08.23 |
[elasticsearch5] elasticsearch for hadoop(하둡 연동 일레스틱서치) (0) | 2017.08.23 |
[elasticsearch5] queue size 변경 (0) | 2017.08.22 |