mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
* feat: frontend instance * no need to carry column length in `Column` proto * add more tests * rebase develop * create a new variant with already provisioned RecordBatches in Output * resolve code review comments * new frontend instance does not connect datanode grpc * add more tests * add more tests * rebase develop Co-authored-by: luofucong <luofucong@greptime.com>
5 lines
105 B
TOML
5 lines
105 B
TOML
http_addr = '0.0.0.0:4000'
|
|
grpc_addr = '0.0.0.0:4001'
|
|
mysql_addr = '0.0.0.0:4003'
|
|
mysql_runtime_size = 4
|