recommendations for using PSAUDIT
We have recently turned on quite a few audits. We also created a report that queries against the PSAUDIT table, providing transactions based on run control parameters entered. The PSAUDIT table is growing at a rapid pace, and will continue to grow, so I have a few questions and am looking for any recommendations.
First, I noticed that there is no index on this table. Is there a reason for this? I am looking for a way to speed up the querying from this table.
Second, how do people currently handle the growth on this table? I would prefer not to archive it off to another table, as it is convenient for reporting to have it all in this table.