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

ArangoDB v3.11 reached End of Life (EOL) and is no longer supported.

This documentation is outdated. Please see the most recent stable version.

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