What is the maximum number of documents an index can hold?

Hi,

I am currently working on indexing searchable items from MS SQL to Elasticsearch. Currently there are over 20 million records which needs to be pushed to ES which constitutes to 20 millions documents in ES index.

The record count will keep increasing and we have a projection rate of 7 Million documents / year. The query is that, how many documents can a single index hold and is there a hard limit imposed by ES to limit document count.

Please clarify the query.

Thanks

Elasticsearch max number of documents for one index is still the limit on that :slight_smile:

2 Likes

There is a limit per shard (2billion) but this is not the limit for an index as an index can have multiple shards.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.