What types of reports are taking up the most room in the RT table ?
book
Article ID: 190629
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
What types of reports are taking up the most room in the RT table ?
Environment
Release : 12.x
Component : AUTOMATION ENGINE
Cause
N/A
Resolution
The RT table contains the report(REP, ACT, etc..) of the execution of any objects.To find out which type of report that has a lot of records, you can execute the query below.
SELECT RT_TYPE, COUNT(*) as Records FROM RT GROUP BY RT_TYPE;