Looking into multi-tenant architecture and this is something I am new to. One of the methodologies I came across was having a different schema in a database for each customer.
Is there a limit to the number of schemas in a MongoDB database?
What are some of the pros and cons of having a schema per customer in a shared tenant architecture?