TIDB Architecture
Reference TIDB architecture Why use TIDB the architecture used by the machine is ARM64. 2. trying to use a distributed database architecture. solve the high availability problem, when a Raspberry Pi database node is down, it will not affect the data writing. compared vitess and TIDB, TIDB is more compatible with ARM64, easy to start experimenting. prepare for the financial trading system later. Architecture Components and functions TIDB Server TIDB Server is a stateless application, it does not store data itself, load balancing can be placed in front, external application requests to nodes in TIDB Cluster, TIDB server will analyze and calculate the SQL requested by the application and forward the request to the underlying data store TiKV. ...