feat: force drop region (#299)

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2026-01-07 11:53:40 +08:00
committed by GitHub
parent fa0f571655
commit 0e316b86d7
6 changed files with 545 additions and 380 deletions
+2
View File
@@ -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 {