Skip to main content

Databend Architecture

Databend's high-level architecture is composed of a meta-service layer, a query layer, and a storage layer.

Databend Architecture

Databend efficiently supports multiple tenants through its meta-service layer, which plays a crucial role in the system:

  • Metadata Management: Handles metadata for databases, tables, clusters, transactions, and more.
  • Security: Manages user authentication and authorization for a secure environment.

Discover more about the meta-service layer in the meta on GitHub.

Did this page help you?
Yes
No