jamesfredley commented on PR #15771:
URL: https://github.com/apache/grails-core/pull/15771#issuecomment-4818537151

   @borinquenkid as I have dug into this O(M×N) only occurs with DATABASE 
(database-per-tenant), which is why I had never seen it in my apps.
   
   
   | Mode                           | O(M×N) at startup?                        
 
   
|--------------------------------|---------------------------------------------|
   | DISCRIMINATOR (column)         | No (single shared connection)             
  |
   | SCHEMA (schema-per-tenant)     | No (tenants added dynamically at runtime) 
  | 
   | DATABASE (database-per-tenant) | Yes (static per-tenant datasources)       
  | 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to