REPLACE VIEW TDWM.RuleStateLimitV
(RulesetName,
RuleId,
RuleName,
RuleType,
RuleStateId,
RuleStateName,
RuleStateLimit,
RuleStateAction,
RuleStateLimitDesc
) AS
SELECT
...
Syntax Elements
- RulesetName
- Ruleset name.
- RuleId
- Rule ID or workload ID.
- RuleName
- Rule name or workload name.
- RuleType
- Rule type. Possible values:
- 'Filter'
- 'Meter': Arrival rate meter
- 'System Throttle'
- 'Utility Limit'
- 'Utility Session'
- 'Workload'
- 'Session Throttle'
- 'Workload Group'
- 'VPartition Throttle': Virtual partition throttle
- 'Res Limit - AWT': AWT resource limit
- RuleStateId
- ID of rule state.
- RuleStateName
- Name of rule state.
- RuleStateLimit
- Limit of a specific rule state. Possible values depend on RuleType. Possible values:
- 'Filter': NULL
- 'Meter': Maximum query admission rate
- 'System Throttle': Maximum concurrent queries
- 'Utility Limit': Maximum concurrent utility jobs
- 'Utility Session': Number of utility sessions
- 'Workload': Maximum concurrent queries in a workload
- 'Session Throttle': Maximum concurrent sessions
- 'Workload Group': Maximum concurrent queries in a workload group
- 'VPartition Throttle': Maximum concurrent queries in a virtual partition
- 'Res Limit - AWT': Maximum percentage of total AWTs
- RuleStateAction
- Action of a specific rule state. Possible values depend on RuleType.
- 'Filter'
- 'E': Enabled
- 'N': Disabled
- Other rule types: