이벤에도 Frank 형의 강의를 정리한다. 그저 빛
(udemy, Frank kane, Elasticsearch7)
sharding의 goal -> 가용성(availability), 회복력(resiliency)
수평으로 확장해서 안전함, 클라우드 공부할 때랑 비슷한 개념
replica_shard니까 기존에 있는 shard 수를 고려해서 늘어나거나 줄어듦
curl --location --request
POST 'http://localhost:9201/example-index/_split/example-index-sharded'
--data-raw '{ "settings":{"index.number_of_shards": 3 }}'
여기는 따라했지만, 이해하기가 좀 어렵네요.
node3개 만들다가 꼬여서 결과가 제대로 나오지 않은것도 있고요
split
shrink