feat: table route cache (#462)

* feat: table route cache

Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
LFC
2022-11-11 18:54:56 +08:00
committed by GitHub
parent e30879f638
commit f375e18a76
27 changed files with 775 additions and 237 deletions

View File

@@ -69,6 +69,7 @@ message Table {
}
message Region {
// TODO(LFC): Maybe use message RegionNumber?
uint64 id = 1;
string name = 2;
Partition partition = 3;