galaxylqx commented on issue #15876: URL: https://github.com/apache/shardingsphere/issues/15876#issuecomment-1079822432
Hi @sandynz, Have you considered the problem of 10000 databases in the same physical database instance, which means that 10000 database connection pools need to be created. It does exist in our online environment. The current way of binding data sources to physical databases is unreasonable when the same database instance is used for many databases. I think database connections should not be bound to databases, but should correspond to database instances, A database instance can create one or more connection pools, which can be determined by the configuration. -- 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]
