TotalResultsPredictionThreshold

The number of results after which IDOL Server predicts the total number of results. When you use the TotalResults parameter to return the total number of results, IDOL Server counts results up to the specified threshold, and then predicts the total. This method increases the query speed.

If you set TotalResultsPredictionThreshold to 0 or a negative number, IDOL Server counts all results and in addition prints the number of results for each database. You can also switch off prediction by setting Predict to False in your Query action.

Type: Long
Default: 100
Recommended Range: Minimum: 50
Maximum: 1000
Required: No
Configuration Section: Server
Example: TotalResultsPredictionThreshold=100
See Also: