Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/689#issuecomment-134027847 @jburwell @DaanHoogland There is a underlying connection pool to save on expensive db connection operations. Moreover this cost should be similar to opening and closing transactions without switching DB. I think we should divide the DB transaction issue into two: 1. The expense of the operation and how it can be avoided. My initial thoughts are that this is trivial and non issue. 2. The way a DB switch is affected, is there a better pattern ?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---