Each Elasticsearch shard is a Lucene index. There is a maximum number of documents you can have in a single Lucene index. As of LUCENE-5843
, the limit is 2,147,483,519
(= Integer.MAX_VALUE - 128) documents. You can monitor shard sizes using the _cat/shards
API.
关于Elasticsearch单个索引文档最大数量问题
最新推荐文章于 2024-04-21 20:23:20 发布