feat: bulk wal entry (#239)

* Add bulk wal entry

* add sequence

* move arrow ipc to common
This commit is contained in:
Lei, HUANG
2025-05-29 17:10:13 +08:00
committed by GitHub
parent 67ee5f94e5
commit ecaefd1da7
15 changed files with 4515 additions and 1793 deletions
+3 -9
View File
@@ -187,16 +187,10 @@ message RegionColumnDef {
// Request of bulk ingestion API.
message BulkInsertRequest {
oneof body {
ArrowIpc arrow_ipc = 1;
}
}
message ArrowIpc {
uint64 region_id = 1;
bytes schema = 2;
bytes data_header = 3;
bytes payload = 4;
oneof body {
ArrowIpc arrow_ipc = 2;
}
}
// Manifest info for mito engine.