mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 06:50:37 +00:00
feat: table route cache (#462)
* feat: table route cache Co-authored-by: luofucong <luofucong@greptime.com>
This commit is contained in:
@@ -69,6 +69,7 @@ message Table {
|
||||
}
|
||||
|
||||
message Region {
|
||||
// TODO(LFC): Maybe use message RegionNumber?
|
||||
uint64 id = 1;
|
||||
string name = 2;
|
||||
Partition partition = 3;
|
||||
|
||||
Reference in New Issue
Block a user