multi tenant architecture
Hello All,
As of now we are using multi tenant architecture using multiple schema in one database. means, every customer data stored in, his own schema, and each schema has multiple tables, views, procedures, sequences and etc.. Database structure are the same for all customers .
But in new requirement, we need to store upto 50,000 customer data,so we assume that, this type of requirement can not handle by at ORACLE or any RDBMS system. becuase create and maintain 50000 schema/user and its tablespace and managing is real pain. thats why we are looking NoSQL like MongoDB ...
But before going to use any NoSQL, can expert on this forum. please let us know.. how we can achieve this type requirement in oracle.. if we want to use oracle.