Multiple Schemas with exact same structure of tables/views/indexes. Having Huge Concurrency
Hi,
We are using an application that has 300+ schemas uses the application. All the schemas are having same Tables/views/Indexes everything is same. But Data is different for each schema.
So We ra ehvaing high concurrency issue in our database. Also observed that the sqlid are same for all schemas, even though they run from their own user id's.
Is there a way to address this issue?
Sometimes DB just unresponsive because of high cocnurrency