기술 노트/elasticsearch
elasticsearch shards 늘려주는 명령어
미래의억만장자
2023. 6. 15. 20:08
PUT _cluster/settings
{ "persistent": { "cluster.max_shards_per_node": "3000" } }