When looking at the contents of the database tab in the Automic Web Interface, the values present do not reflect what you see within the database directly or what load you expect on your system.
Artifacts left over from a ZDU (Zero Downtime Upgrade)
Release : 12.3
Component : AUTOMATION ENGINE
The database tab generates its values from the following SQL:
SELECT COUNT(*) DIVDB_Int4 FROM MQ1PWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ2PWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ1WP
SELECT COUNT(*) DIVDB_Int4 FROM MQ2WP
SELECT COUNT(*) DIVDB_Int4 FROM MQ1RWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ2RWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ1OWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ2OWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ1JWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ2JWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ1DWP
SELECT COUNT(*) DIVDB_Int4 FROM MQ2DWP
SELECT COUNT(*) DIVDB_Int4 FROM MQMEM
You'll note that both the MQ1 and MQ2 are queried and added together; if values are shown in both MQSets and you are not currently in a mixed mode, please review and plan with Support to remove the values from the non active MQSet.