Campaign | partitions | partition[n] | server | optimization
Properties in this category specify the number of operating system threads that Campaign caches for reuse, the default setting for a new flowchart’s Virtual Memory Usage property, and whether in-database optmization is enabled.
*
maxVirtualMemory
Description
The maxVirtualMemory property specifies a default setting for a new Campaign flowchart’s Affinium Virtual Memory Usage property, configurable for each flowchart through the client-side Advanced Settings window. The units are in megabytes.
Default value
128
useInDbOptimization
Description
The useInDbOptimization property specifies whether Campaign tries to perform as many operations as possible in the database instead of in the Campaign server.
If the value is no, Campaign maintains lists of IDs in the Campaign server at all times.
If the value is yes, Campaign avoids pulling the ID lists if possible.
Default value
no
Valid Values
yes | no
maxReuseThreads
Description
The maxReuseThreads property specifies the number of operating system threads cached by the server process (unica_acsvr) for reuse. By default, the cache is disabled as this property is set to 0.
It is a best practice to use the cache when you want to reduce the overhead of thread allocation, or with operating systems that can exhibit an inability to release threads when asked to do so by an application.
Note that when the maxReuseThreads property is set to a non-zero value, it should be greater than or equal to the value of MaxQueryThreads.
Default value
0 (zero), which disables the cache
tempTableDataSourcesForSegments
Description
The tempTableDataSourcesForSegments property defines the list of data sources where persistent Segment temp tables should be created by the Create Seg process. This list is comma-separated.
By default, this property is blank.
Default value
No default value defined.
doNotCreateServerBinFile
Description
When this option is set to TRUE, strategic segments will not create binary files on the Campaign server; instead, strategic segments create Segment temp tables in the data source. When the value is set to TRUE, at least one data source must be specified in the Create Seg process configuration.
Default value
FALSE
Valid Values
TRUE | FALSE