-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.0.0
-
Fix Version/s: 7.0.0
-
Component/s: Documentation
-
Labels:None
-
Pull Request URL:
-
Compatibility:Minor
The time limit for a query comes from (in priority order):
- The value of the timeLimit attribute on the query i.e. <myQuery timeLimit="2000">...</myQuery>
- The value of the _timeLimit element on the query i.e. <myQuery><_timeLimit>2000<_timeLimit>...</myQuery>
- The value of the timeLimit attribute in the package definition for the query \
- The value of the timeLimit workunit option i.e. #option('timeLimit', 2000) in the ECL code, or set via -f on the eclcc command line 5. The default timelimit set for the query in the roxie topology. There are separate default values for low, high and sla priority queries.