How many of you are using Amazon's OpenSearch Security (internal users and roles) for your OpenSearch indexes, and do you have many users and roles (>100,000)?
We are trying to use OpenSearch Security in our .NET Framework (C#) web app but need to support potentially 100,000+ users, 100,000+ roles, and up to 500,000 documents per user. In trying to run proof-of-concept load tests, we have run into performance issues.
How are you adding/updating users and roles? We have found that adding a lot of roles at one time is terribly slow. Has anyone else seen this behavior?
If you aren't using the internal users/roles security, what kind of security are you using and do you find it performant?
TIA!