Changing the file creation limits
This content applies only to Pega Cloud environments
Control the size and number of files generated as a result of exporting interactions and decisions by changing the snapshot management settings of the WriteDataToInteractionFiles and WriteDataToDecisionFiles real-time data flow runs. By default, the runs create a file every 300 seconds or after processing 75,000 records, whichever comes first.
For more information about data flow runs, see Creating a real-time run for data flows.
- Disable the dynamic system setting that controls the export of data:
- For interactions, set the interactionHistory/writeToStream dynamic system setting in the Pega-DecisionEngine ruleset to false.
- For decisions, set the decision/writeToStream dynamic system setting in the Pega-DecisionEngine ruleset to false.
- In the header of Dev Studio, click .
- On the Real-time processing tab, for the data flow run that you want to disable, click .
- Open the data flow run by clicking its name.
- On the Data Flow Run tab, click Edit.
- In the bottom section, click Run details.
- In the Snapshot management section, change the file
creation limits:
- In the Processing time field, enter the time that needs to elapse before the run creates a file.
- In the Number of records field, enter the number of records that the run must process before it creates a file.
- Click Submit.
- Enable the dynamic system setting that controls the export of data:
- For interactions, set the interactionHistory/writeToStream dynamic system setting in the Pega-DecisionEngine ruleset to true.
- For decisions, set the decision/writeToStream dynamic system setting in the Pega-DecisionEngine ruleset to true.
- On the Data Flow Run tab, restart the data flow run by clicking Restart.
Previous topic Selecting a repository for exported interactions and decisions Next topic Enabling and disabling the export of interactions through a DSS