Skip to main content

Serverless

This article describes how WeSQL achieves serverless functionality through the collaboration of the WeScale component.

WeScale is the key component enabling serverless architecture. As shown in the diagram, the user application connects to WeScale, which acts as a MySQL protocol proxy. Internally, WeScale implements a connection pool, maintaining persistent TCP connections with the user application and forwarding queries to the backend WeSQL data nodes.

TBD.