Delete PR_LOG and PR_HISTORY tables using DDL scripts
We had an issue on one flow of our application, that generated a lot of records on pr_history and pr_log tables, due to a loop in a wait shape (more than 15.000 records per case).
We need to purge these records, since they are not useful, and they are occupying more than 60% of Pega's tablespace.
Is it safe to delete them manually, using a DDL script?
Thanks in advance,
Fabio A.