elasticsearch 调整参数 调参 -- 副本 分片

1.副本

curl -H 'Content-type:application/json' -XPUT '10.0.0.205:9200/*/_settings' -d ' { "index" : { "number_of_replicas" : 0 } } '

2.分片

curl -H 'Content-type:application/json' -XPUT '10.0.0.205:9200/*/_settings' -d ' { "index" : { "number_of_shards" : 2 } } '

猜你喜欢

转载自www.cnblogs.com/hixiaowei/p/12190774.html
今日推荐