elasticsearch中如何修改shards数
:
Elasticsearch中的shards数是可以修改的,你可以在你的配置文件中进行修改。要修改shards数,首先你需要确定你的集群中有多少个节点,这样你才能确定每个节点上有多少个shards。然后你需要在你的配置文件中修改以下参数:
cluster.routing.allocation.node_concurrent_recoveries:
cluster.routing.allocation.node_initial_primaries_recoveries:
cluster.routing.allocation.node_total_primaries_recoveries:
接下来,你需要重新启动你的集群,这样修改才能生效。
相关文章