v.21.3New Feature

Add query_selects and query_inserts Quota Types

Add quota type query_selects and query_inserts. #19603 (JackyWoo).
Added new quota types query_selects and query_inserts to ClickHouse quota management.

Why it matters

These new quota types allow users to limit the number of SELECT and INSERT queries separately, providing more granular control over query execution and resource consumption. This helps prevent abuse and manage workloads more effectively.

How to use it

Define quotas using the new types query_selects and query_inserts in the quota configuration to limit the number of SELECT or INSERT queries allowed within a specified time interval.