What is the maximum size of an array of objects?

I have a project using Elasticsearch as "primary database" (I know, some people will disagree with it) and we need ACL control per document, including document search visibility. We find the best way to do this by creating an ACL array per document with the policy applied to each user. But thinking about environments with thousands of users and each with some policy applied to each document I ended up with a question: what is the maximum size of an array field where each item is an object (if there is a maximum)?

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