Hello,
I couldn't find any material regarding benchmarking of Elasticsearch with dynamic mapping vs strict/false. Has anybody experienced performance issues when using dynamic mapping?
From what I understand when dynamic mapping is allowed, indexing a new document that has a new field will cause all documents in the shard to be re-indexed so they all have the new field. And depending on the size of documents that will cause performance issues. Is that correct?
Thanks,
Sep