ArangoDB v3.9 reached End of Life (EOL) and is no longer supported.
This documentation is outdated. Please see the most recent version at docs.arangodb.com
Handling Indexes
This is an introduction to ArangoDB’s interface for indexes in general. There are special sections for
- Index Basics: Introduction to all index types
- Which index to use when: Index type and options adviser
- Index Utilization: How ArangoDB uses indexes
- Working with Indexes: How to handle indexes
programmatically using the
db
object - ArangoSearch: How to use ArangoSearch Views, analyzers, and functions.