Conditions Monitor AR_CNDMON is taking a very long time to process the SETID
We are trying to set this up, and it is taking Conditions Monitor 4 days to finish processing the 130,000 customers with our custom assessment rules, that look at the PS_ITEM table for A/R items over $5000 and past due based on the due date.
AppEngine section AR_CNDMON.CUST_SID.CUSTOMER.sql seems to be one of the first things to execute when running the Conditions Monitor by SETID, and it basically selects/inserts every single customer from the database, and then the program proceeds to process each one row by row.