feat: add parallelism to compaction request (#280)

Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>
This commit is contained in:
Lei, HUANG
2025-10-16 11:46:55 +08:00
committed by GitHub
parent 8d31a8cd39
commit 710f1fa95c
5 changed files with 280 additions and 133 deletions
+1
View File
@@ -213,6 +213,7 @@ message CompactRequest {
Regular regular = 2;
StrictWindow strict_window = 3;
}
uint32 parallelism = 4;
}
message TruncateRequest {