Storage Storage configuration Local storage Manually creating PersistentVolumes Storage An ArangoDB cluster relies heavily on fast persistent storage.The ArangoDB Kubernetes...
Features and Improvements Internal data format changes AQL improvements Syntax improvements LIKE string-comparison operator AQL array comparison operators Regular expression str...
Foxx CLI Foxx CLI Foxx CLI is command line tool for managing and developing ArangoDB Foxx services. It is an optional tool which requires Node.js and can be installed via the pa...
Limitations Limitations ArangoDB has no built-in limitations to horizontal scalability. Thecentral resilient Agency will easily sustain hundreds of DBserversand coordinators, a...
Making requests Making requests ArangoDB is primarily a database, so Foxx doesn’t offer the same level of network access as more general-purpose JavaScript environments like Nod...
Single Instance Single Instance Running a single instance of ArangoDB is the most simple way to get started.It means to run the ArangoDB Server binary arangod stand-alone, wit...
Transactions Transactions Starting with version 1.3, ArangoDB provides support for user-definable transactions. Transactions in ArangoDB are atomic, consistent, isolated, and ...