Index Design(메모 정리)

Ted Kim·2020년 6월 27일
0

ELK

목록 보기
6/6

이벤에도 Frank 형의 강의를 정리한다. 그저 빛

(udemy, Frank kane, Elasticsearch7)

Settings

Dynamic Settings

  • index 만들고 수정 가능
    • number_of_replicas, refres_interval, bloclks, _pipleline

Static Settings

  • index 만들고 수정 불가
    • number_of_shards, codec

sharding

sharding의 goal -> 가용성(availability), 회복력(resiliency)
수평으로 확장해서 안전함, 클라우드 공부할 때랑 비슷한 개념

  • primary_shards는 도중에 못늘림 -> api 사용하고나 재인덱싱해야함
  • replica_shards는 늘릴 수 있음

replica_shard니까 기존에 있는 shard 수를 고려해서 늘어나거나 줄어듦

여기는 따라했지만, 이해하기가 좀 어렵네요.
node3개 만들다가 꼬여서 결과가 제대로 나오지 않은것도 있고요

  • split

    • 원래는 node-1, node-2 이렇게 되어야 해요
  • shrink

    • 다시 shard를 줄이는 것
profile
코딩하는 경영학과

0개의 댓글