Large amount of data in AR_CMGT_CF_DTLS causing performance issues
Currently AR_CMGT_CF_DTLS table has over 700 Million records which seems unnecessarily huge considering the fact that AR_CMGT_CASE_FOLDERS row count is only around 2 million.
Each CASE_FOLDER_ID seems to appear dozens to hundreds of times. Many of them appear 443 times, and no fewer than 247 times. On average, CASE_FOLDER_ID appears 344.55 times.
As per the response received from Oracle for every case folder an entry is made for every calculated data point.
We need help with purging old data from AR_CMGT_CF_DTLS that is no longer required.