You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/05 15:22:11 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on issue #11768: [Improvement][Monitor] Support monitor h2 database in monitor page

ruanwenjun commented on issue #11768:
URL: https://github.com/apache/dolphinscheduler/issues/11768#issuecomment-1237200898

   > Dear @ruanwenjun there is a small question, H2 memory database does not have indicators such as the maximum number of connections, just session numbers. do we need check the JDBC connection pool?
   
   Yes, we can query the session number to represent the connection number.
   ```
   select * from information_schema.sessions;
   ```


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org