Index creation limitation

here is the prolem, when we used ES 2.X, we created indexes too much,
about hundreds of indexes per day so the ES stucked when creating
indexes (the index creation process was very slow).

Is there any limitation about indexes count ? Is the es service available (can accept queries ) when creating indexes?

thanks a lot for hearing from you ...

Here is what Clint wrote in https://github.com/elastic/elasticsearch/issues/21684#issuecomment-261781739:

currently there is no limitation on the number of indices you can create. There are two possibilities we are looking at:

See https://github.com/elastic/elasticsearch/issues/11511 for more safeguards

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