Enterprise Edition Features

The commercial version of ArangoDB offers performance, compliance, and security features for larger or more sensitive datasets

The Enterprise Edition has all the features of the Community Edition and, on top of that, the features outlined below. For additional information, see https://www.arangodb.com/enterprise-server/.

Performance

  • Pregel in Cluster: Distributed iterative graph analytics for cluster deployments.

  • SmartGraphs: Value-based sharding of large graph datasets for better data locality when traversing graphs.

  • SmartGraphs using SatelliteCollections: Collections replicated on all cluster nodes can be combined with graphs sharded by document attributes to enable more local execution of graph queries.

  • SatelliteGraphs: Graphs replicated on all cluster nodes to execute graph traversals locally.

  • SatelliteCollections: Collections replicated on all cluster nodes to execute joins with sharded data locally.

  • SmartJoins: Co-located joins in a cluster using identically sharded collections.

  • OneShard: Option to store all collections of a database on a single cluster node, to combine the performance of a single server and ACID semantics with a fault-tolerant cluster setup.

  • Traversal Parallelization: Parallel execution of traversal queries in single server and OneShard deployments.

Security