ArangoDB
ArangoDB Logo
  1. 3.13.0
  2. Deploy
  3. Architecture

ArangoDB v3.13 is under development and not released yet. This documentation is not final and potentially incomplete.

ArangoDB Architecture

Technical insights into ArangoDB’s scalability, sharding, and replication

Scalability

ArangoDB supports scaling horizontally and vertically, and each supported data model has different properties when scaling to large datasets

Data Sharding

ArangoDB can divide collections into multiple shards to distribute the data across multiple cluster nodes

Replication

Replication synchronizes state between different machines, like the data of different cluster nodes

Production Checklist

Scalability