Truncating invocation history table

hi,

I have a development system running Infinity 24 on Pega Cloud. Someone turned on the service monitoring on the “application” package but forgot to turn it off. Now the table pr_data_svcinvhist is getting huge. I’m thinking of truncating the table to release the storage. Does anyone know whether it is safe to truncate that table?

Thanks and regards

@tungt

It should be ok to truncate pr_data_svcinvhist. But better to use a schedule to truncate it rather than running a query and dropping all data. You might need recently updated data in the table.