I am just wondering how multi-tenancy is supported in ElasticSearch? Multi-tenancy means that different customers can have different index. Would ElasticSearch builds different index per customer or a single index (a kind of sparse index)?
I am just wondering how multi-tenancy is supported in ElasticSearch? Multi-tenancy means that different
Share
Basically you are correct. Multi-tenancy in ElasticSearch means:
Hope that helps…