-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
type/enhancementMake an enhancement to StarRocksMake an enhancement to StarRocks
Description
Enhancement
Query circuit breaking is an effective way to prevent resource abuse in a database system. When a query requires significantly more resources than the configured limits, it is terminated by the circuit breaker.
Currently, StarRocks only supports runtime circuit breaking through resource groups. It would be ideal if StarRocks could also support planning-time circuit breaking, so that expensive or unreasonable queries can be stopped before reaching execution.
I’m interested in contributing code for this feature or enhancement. My idea is to introduce new parameters in the resource group to enable planning-time circuit breaking.
Does this approach make sense?
Metadata
Metadata
Assignees
Labels
type/enhancementMake an enhancement to StarRocksMake an enhancement to StarRocks