📜  elasticsearch 中的分片 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:04.626000             🧑  作者: Mango

代码示例1
Each shard is an instance of a Lucene index, which you can think of as a self-contained search engine that indexes and handles queries for a subset of the data in an Elasticsearch cluster. ... The shard is the unit at which Elasticsearch distributes data around the cluster.