Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tidb-incubator/Serverlessdb-for-HTAP

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverlessdb-for-HTAP

Introduction

​ 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.

Feature

  • Dynamic scaling based on business load to ensure continuous and stable business with zero user perception.
  • The service load model can differentiate between AP and TP services, ensuring that AP and TP services do not affect each other.
  • Always ensure that the load on each computing node is balanced and kept within a reasonable range.
  • Supports ultra-small form factor compute nodes and ensures smooth transition from ultra-small to large form factor.

Architecture

​ 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.

architecture

Getting Started

handbook

Code of Conduct

This project is for everyone. We ask that our users and contributors take a few minutes to review our Code of Conduct.

License

ServerlessDB for HTAP is under the Apache 2.0 license. See the LICENSE file for details.

About

a serverless db service based on TiDB on the cloud, implementing dynamically scale the compute and storage nodes based on business load changes.

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.