ArangoDB Logo
ArangoDB Logo
  • Manual
  • AQL
  • HTTP
  • Drivers
  • ArangoGraph
  • Google Groups
  • INTRODUCTION
  • About ArangoDB
  • Use Cases
  • Features
    • Community Edition
    • Enterprise Edition
    • Highlights by Version
  • GET STARTED
  • Overview
  • Set up a cloud instance
  • On-premises installation
  • Start using AQL
  • How to Interact with ArangoDB
  • CONCEPTS
  • Data Structure
    • Databases
    • Collections
    • Documents
      • Schema Validation
      • Computed Values
    • Views
  • Data Models
  • Data Retrieval
  • GRAPHS
  • First Steps
  • General Graphs
    • Management
    • Functions
  • SatelliteGraphs
    • Management
    • Details
  • SmartGraphs
    • Getting Started
    • Management
    • Testing Graphs on Single Server
  • EnterpriseGraphs
    • Getting Started
    • Management
  • Traversals
    • Example Data
  • Working with Edges
  • DATA SCIENCE
  • Overview
  • ArangoGraph Notebooks
  • Pregel
    • Pregel Algorithms
  • Adapters
    • ArangoDB-NetworkX Adapter
    • ArangoDB-DGL Adapter
    • ArangoDB-cuGraph Adapter
    • ArangoDB-PyG Adapter
    • ArangoRDF Adapter
      • Mapping RDF to Graphs
  • INDEX AND SEARCH
  • Indexing
    • Index Basics
    • Which index to use when
    • Index Utilization
    • Working with Indexes
      • Persistent Indexes
      • Inverted Indexes
      • TTL Indexes
      • Fulltext Indexes
      • Multi-dimensional Indexes
      • Geo-spatial Indexes
      • Vertex-Centric Indexes
  • ArangoSearch
    • Example Datasets
    • Exact value matching
    • Range Queries
    • Prefix matching
    • Case-sensitivity and Diacritics
    • Wildcard search
    • Full-text token search
    • Phrase and proximity search
    • Faceted search
    • Fuzzy search
    • Geospatial search
    • Search highlighting
    • Nested search
    • Ranking
    • Performance
    • search-alias Views Reference
    • arangosearch Views Reference
  • Analyzers
  • COMPONENTS
  • ArangoDB Server
    • Options
    • LDAP
    • Environment variables
  • Web Interface
    • Dashboard
    • Cluster
    • Collections
    • Document
    • Queries
    • Graphs
    • Services
    • Users
    • Logs
  • Tools
    • ArangoDB Shell
      • Examples
      • Details
      • Options
    • ArangoDB Starter
      • Options
      • Security
      • Architecture
    • arangodump
      • Examples
      • Options
      • Maskings
      • Limitations
    • arangorestore
      • Examples
      • Options
    • arangobackup
      • Examples
      • Options
    • arangoimport
      • Examples JSON
      • Examples CSV
      • Details
      • Options
    • arangoexport
      • Examples
      • Options
    • arangobench
      • Options
    • arangovpack
      • Options
    • arangoinspect
      • Examples
      • Options
    • Foxx CLI
      • Details
  • DEPLOY
  • Architecture
    • Scalability
    • Data Sharding
    • Storage Engine
    • Replication
  • Deployment
    • Single Instance
      • Manual Start
      • Using the ArangoDB Starter
    • Active Failover
      • Manual Start
      • Using the ArangoDB Starter
      • Administration
    • Cluster
      • Deployment
        • Manual Start
        • Using the ArangoDB Starter
        • Kubernetes
      • Administration
      • Limitations
    • OneShard
    • Single Instance vs. Cluster
    • Standalone Agency
    • Kubernetes
      • Using the Operator
      • Dashboards
      • Deployment Resource Reference
      • Backup Resource
      • BackupPolicy Resource
      • Driver Configuration
      • Helm
      • Authentication
      • Scaling
      • Draining Nodes
      • Upgrading
      • Configuration & Secrets
      • Metrics
      • Services & Load balancer
      • Deployment Replication Resource Reference
      • Storage
      • Storage Resource
      • TLS
      • Troubleshooting
    • In the Cloud
    • Production Checklist
  • ArangoSync
    • Deployment
      • ArangoDB Cluster
      • ArangoSync Master
      • ArangoSync Workers
      • Prometheus & Grafana
    • Administration
    • Operations & Maintenance
    • Security
    • Monitoring
    • Troubleshooting
  • OPERATIONS
  • Installation
    • Docker
    • Linux
      • Operating System Configuration
      • Linux OS Tuning Script Examples
    • macOS
    • Windows
    • Compiling
      • Compile on Debian
      • Compile on Windows
      • Running Custom Build
      • Recompiling jemalloc
    • Uninstallation
  • Backup & Restore
  • Upgrading
    • Community to Enterprise Upgrade
    • OS-specific Information
      • Upgrading on Linux
      • Upgrading on macOS
      • Upgrading on Windows
    • Upgrading Starter Deployments
    • Upgrading Manual Deployments
      • Upgrading an Active Failover deployment
      • Upgrading a Cluster
    • Upgrading Kubernetes Deployments
    • Downgrading
  • Administration
    • Configuration
    • Telemetrics
    • Log Levels
    • License Management
    • Import & Export
    • User Management
      • In arangosh
    • ArangoDB Starter Administration
      • Removal Procedure
      • Recovery Procedure
    • Reduce Memory Footprint
  • Security
    • Security Options
    • Change Root Password
    • Encryption at Rest
    • Audit logging
    • Securing Starter Deployments
  • Troubleshooting
    • Query debug packages
    • arangod
    • Emergency Console
    • Cluster
      • Agency Dump
  • DEVELOP
  • Operational Factors
  • SatelliteCollections
  • SmartJoins
  • Transactions
    • JavaScript Transactions
    • Stream Transactions
    • Locking and isolation
    • Durability
    • Limitations
  • Foxx Microservices
    • Getting started
    • Guides
      • Working with routers
      • Working with collections
      • Writing queries
      • Development mode
      • Testing Foxx services
      • Foxx in a cluster
      • Scripts and scheduling
      • Using Node modules
      • Using Webpack with Foxx
      • Authentication and sessions
      • Linking services together
      • Working with files
      • Making requests
      • Access from the browser
    • Deployment
    • Reference
      • Service manifest
      • Service context
      • Configuration
      • Routers
        • Endpoints
        • Middleware
        • Request
        • Response
      • Sessions middleware
        • Session storages
          • Collection storage
          • JWT storage
        • Session transports
          • Cookie transport
          • Header transport
      • Related modules
        • Authentication
        • OAuth 1.0a
        • OAuth 2.0
        • GraphQL
        • Queues
  • JavaScript API
    • @arangodb
      • db object
      • collection object
      • view object
      • cursor object
    • @arangodb/actions
    • @arangodb/analyzers
    • @arangodb/aql/queries
    • @arangodb/crypto
    • @arangodb/request
    • @arangodb/tasks
    • console
    • fs
  • Error codes and meanings

  • Release Notes
    • Version 3.11
      • What's New in 3.11
      • Known Issues in 3.11
      • Incompatible changes in 3.11
      • API changes in 3.11
    • Version 3.10
      • What's New in 3.10
      • Known Issues in 3.10
      • Incompatible changes in 3.10
      • API changes in 3.10
    • Version 3.9
      • What's New in 3.9
      • Known Issues in 3.9
      • Incompatible changes in 3.9
      • API changes in 3.9
    • Version 3.8
      • What's New in 3.8
      • Known Issues in 3.8
      • Incompatible changes in 3.8
      • API changes in 3.8
    • Version 3.7
      • What's New in 3.7
      • Known Issues in 3.7
      • Incompatible changes in 3.7
      • API changes in 3.7
    • Version 3.6
      • What's New in 3.6
      • Known Issues in 3.6
      • Incompatible changes in 3.6
    • Version 3.5
      • What's New in 3.5
      • Known Issues in 3.5
      • Incompatible changes in 3.5
    • Version 3.4
      • What's New in 3.4
      • Known Issues in 3.4
      • Incompatible changes in 3.4
    • Version 3.3
      • What's New in 3.3
      • Known Issues in 3.3
      • Incompatible changes in 3.3
    • Version 3.2
      • What's New in 3.2
      • Known Issues in 3.2
      • Incompatible changes in 3.2
    • Version 3.1
      • What's New in 3.1
      • Incompatible changes in 3.1
    • Version 3.0
      • What's New in 3.0
      • Incompatible changes in 3.0
    • Deprecated and removed features
Contribute

Version 3.5

  • What’s New in 3.5
  • Known Issues in 3.5
  • Incompatible changes in 3.5
❮  Incompatible changes in 3.6 What's New in 3.5  ❯

© ArangoDB - Graph and Beyond