ServerlessDB for HTAP is a serverless db service based on TiDB on the cloud, focusing on how to dynamically scale up and down the compute storage nodes based on business load changes to achieve zero user perception. To ensure that the database service process, always maintain the best match between business load and background resources, thus helping users to maximize cost savings.
Supports ultra-small form factor compute nodes and ensures smooth transition from ultra-small to large form factor.
In order to implement tidb serverless, we designed the proxy module and serverless module. The proxy module does permission control, computation under low load, and traffic forwarding under high load, while the serverless module mainly manages tidb-server instances and smoothly scales tidb-server.
This project is for everyone. We ask that our users and contributors take a few minutes to review our Code of Conduct.
ServerlessDB for HTAP is under the Apache 2.0 license. See the file for details.