whutpencil opened a new pull request, #19492: URL: https://github.com/apache/doris/pull/19492
# Proposed changes Issue Number: close #xxx ## Problem summary In a scenario where multiple DBs are simultaneously imported with high concurrency, a significant number of transactions will be generated. Without a summary field, we cannot clearly see how many transactions there are in the current cluster. Therefore, I have enhanced this point. mysql> show proc "/transactions"; +-------+-----------------------------------+-----------------------+ | DbId | DbName | RunningTransactionNum | +-------+-----------------------------------+-----------------------+ | 10002 | default_cluster:xxxx | 0 | | 14005 | default_cluster:__internal_schema | 0 | | Total | 2 | 0 | +-------+-----------------------------------+-----------------------+ 3 rows in set (0.02 sec)  ## Checklist(Required) * [x] Does it affect the original behavior * [x] Has unit tests been added * [x] Has document been added or modified * [x] Does it need to update dependencies * [ ] Is this PR support rollback (If NO, please explain WHY) ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org