Now, xcodis use different connection pool for different dbs, this is may be horrible if we want to support 1024 dbs or more.
We may need another better connection pool management. like
- every server has a connection pool not db.
- use a LIFO cache to store a connection for a db. if no associated db connection, we may use random and then do
SELECT.
Now, xcodis use different connection pool for different dbs, this is may be horrible if we want to support 1024 dbs or more.
We may need another better connection pool management. like
SELECT.