Campaign | partitions | partition[n] | server | optimization
Properties in this category control Campaign server optimization for partitions.
*
maxVirtualMemory
Description
The maxVirtualMemory property specifies a default setting for a new Campaign flowchart’s Campaign Virtual Memory Usage Limit 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 FALSE, Campaign maintains lists of IDs in the Campaign server at all times.
If the value is TRUE, Campaign avoids pulling the ID lists if possible.
Default value
FALSE
Valid Values
TRUE | FALSE
maxReuseThreads
Description
The maxReuseThreads property specifies the number of operating system threads that are cached by the server process (unica_acsvr) for reuse. By default, the cache is disabled as this property is set to 0.
Use the cache to reduce the overhead of thread allocation or if your operating system exhibits an inability to release threads when asked to do so by an application.
If the maxReuseThreads property is a non-zero value, set it to be greater than or equal to the value of MaxQueryThreads.
Default value
0 (zero), which disables the cache
threadStackSize
Description
The threadStackSize determines the number of bytes allocated for each thread's stack. Do not change this property except under guidance from IBM®. The minimum value is 128 K. The maximum value is 8 MB.
Default value
1048576
tempTableDataSourcesForSegments
Description
The tempTableDataSourcesForSegments property defines the list of data sources where persistent Segment temp tables can 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
To improve performance for strategic segments, set this option to TRUE. When this option is set to TRUE, strategic segments do 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 valid Temp Table data source must be specified in the CreateSeg process configuration.
Default value
FALSE
Valid Values
TRUE | FALSE
forceViewForPreOptDates
Description
The default value (TRUE) forces creation of a parameterized offer attribute view in a Mail List process whose offers are assigned from Optimize. A value of FALSE causes the parameterized offer attribute view to be created only if the Mail List exports at least one parameterized offer attribute.
If this value is set to FALSE, a Mail List process that is configured to get its input from an Extract process (whose source is an Optimize session) may write NULL values for EffectiveDate and ExpirationDate into the UA_Treatment table, even when the offer includes parameterized Effective and Expiration Dates. In this case, set it back to TRUE.
Default value
TRUE
Valid Values
TRUE | FALSE