feat: mito wal proto (#75)

* feat: row-based insert

* feat: null value

* roback: null value

* feat: delete by row

* feat: add wal proto

* feat: generate code

* feat: rename mutation type to op type

* feat: Generate code

* feat: An entry per region

* feat: remove region id from WalEntry

* refactor: move mito/wal to wal

* feat: gen

* feat: remove mito

---------

Co-authored-by: jiachun <jiachun_fjc@163.com>
This commit is contained in:
Yingwen
2023-08-14 21:08:34 +09:00
committed by GitHub
parent d9167cab47
commit a6897eb668
9 changed files with 3692 additions and 9 deletions
+1
View File
@@ -26,6 +26,7 @@ fn main() {
&[
"proto/greptime/v1/database.proto",
"proto/greptime/v1/health.proto",
"proto/greptime/v1/wal.proto",
"proto/greptime/v1/meta/common.proto",
"proto/greptime/v1/meta/heartbeat.proto",
"proto/greptime/v1/meta/route.proto",