MaxScale Throttle Filter
Regulate the rate of incoming queries. This filter prevents database overload by limiting the number of queries processed per second based on defined thresholds.
Overview
Configuration
Basic Configuration
[Throttle]
type = filter
module = throttlefilter
max_qps = 500
throttling_duration = 60000
...
[Routing-Service]
type = service
filters = ThrottleAllowing high frequency bursts
Settings
max_qps
max_qpsthrottling_duration
throttling_durationsampling_duration
sampling_durationcontinuous_duration
continuous_durationLast updated
Was this helpful?

