DisableParametricRange
Whether to preserve the MaxValues
parameter in distributed actions, which disables the correct merging of parametric ranges.
By default, Distributed Action Handler removes the MaxValues
parameter when it forwards parametric queries to more than one child server, so that all child servers return all values.
Set DisableParametricRange
to true
to preserve MaxValues
in distributed actions to two or more child servers. This option can improve performance. However, in this case, parametric ranges cannot be merged correctly.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Server |
Example: | DisableParametricRange=true
|
See Also: |