feat: force drop region (#299)
Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
@@ -134,6 +134,8 @@ message DropRequest {
|
||||
// It only works for Metric Engine, and will be ignored by other engines.
|
||||
// If true, the Metric Engine will delete logical tables in memory, and drop the physical region eventually.
|
||||
bool fast_path = 2;
|
||||
// Used only by the Metric Engine, to forcibly drop a physical region and all its associated logical regions.
|
||||
bool force = 3;
|
||||
}
|
||||
|
||||
message OpenRequest {
|
||||
|
||||
Reference in New Issue
Block a user