feat: add BuildIndexRequest to RegionRequestHeader (#276)

Signed-off-by: SNC123 <sinhco@outlook.com>
This commit is contained in:
Sicong Hu
2025-10-13 10:38:48 +08:00
committed by GitHub
parent d75496d5d0
commit ee46a0eeaa
5 changed files with 1929 additions and 567 deletions
+5
View File
@@ -59,6 +59,7 @@ message RegionRequest {
BulkInsertRequest bulk_insert = 16;
SyncRequest sync = 17;
ListMetadataRequest list_metadata = 18;
BuildIndexRequest build_index = 19;
}
}
@@ -267,3 +268,7 @@ message SyncRequest {
message ListMetadataRequest {
repeated uint64 region_ids = 1;
}
message BuildIndexRequest {
uint64 region_id = 1;
}