Setting in-database optimization to improve flowchart performance
Using in-database optimization can improve flowchart performance. When in-database optimization is on, processing is done on the database server and output is stored in temporary tables on the database server whenever possible.
You can apply in-database optimization in two ways: globally and for individual flowcharts. The best practice is to turn off the global configuration setting and set the option at the flowchart level.
1.
a.
Choose Settings > Configuration.
b.
Choose Campaign > partitions > partition[n] > server > optimization.
c.
Set useInDbOptimization to TRUE (on) or FALSE (off).
2.
a.
b.
Open the Admin menu Tiny person, pencil, and circle with menu arrow icon and select Advanced Settings.
c.
Select or clear Use In-DB Optimization during Flowchart Run.
When you save and run the flowchart, in-database processing will be used whenever possible, if you are using in-database optimization.
*
Details about in-database optimization