Updating the rule usage snapshot parameters
Pega Platform maintains statistics about the number of rule executions since startup. You can update the parameters that the system uses for capturing these statistics.
Two prconfig.xml settings control this facility:
usage/rules/shapshotonshutdown
– Controls whether statistics are saved on system shutdown. The default istrue
.usage/rules/committhreshold
– The number of rows to be saved for each database commit operation. Rows will be saved and committed until all of the rows have been committed. The default number of rows is100
.
You can change the settings in the prconfig.xml file and restart the server, or update these as dynamic system settings.