Running ArangoDB on Mac with Docker

When I work with ArangoDB on my Mac, I usually install ArangoDB via homebrew and do tests on the latest new developments based on the devel-branch, compiling ArangoDB right from source. To test a feature in a special version I use docker images that need a virtual machine on MacOS. I struggled with Boot2Docker several…

Read More...

ArangoDB 2.8 Beta 3: Test New Features

ArangoDB 2.8 (beta3) is available for testing. The last beta release of ArangoDB 2.8 – at least for 2015 – comes with the following bugfixes and improvements: web interface: fixed a graph display bug concerning dashboard view web interface: fixed several bugs during the dashboard initialize process

Read More...

ArangoDB 2.7.3: Maintenance Release Highlights

ArangoDB 2.7.3 – a maintenance release – is ready for download.

Read More...

ArangoDB 2.8 Beta 2: Explore New Features

The second beta of ArangoDB 2.8 is available for testing. Now it’s your turn – give it a try, report bugs and provide us with your early feedback on the new features (Array Indexes and graph traversal in AQL). Do you like what you see? Here’s what changed recently (beta 1 / beta 2):

Read More...

ArangoDB Weekly 40: Updates, Tips, and Community Highlights

Our upcoming release ArangoDB 2.8 is currently available as BETA , adding stunning new features to AQL and allowing to make use of array indexing. In our beta announcement we list all the details and explain how to use graph traversals in pure AQL. Please give it a try and help us finish the release…

Read More...

ArangoDB 2.8 Beta 1: Test the Latest Features

The first beta release of ArangoDB 2.8 is available for download now, adding Array Indexes and Graph Traversals in AQL. Please try the new version, report bugs on Github and provide us your valuable feedback. Check out the latest blog posts to get some more background about performance improvements and added features.

Read More...

ArangoDB 2.8 API Changes: What You Need to Know

There are a few API changes coming in the next 2.8 release. Please have a look if you contribute to a language driver or client-side query builder for ArangoDB.

Read More...

AQL Function Speedups: ArangoDB 2.8 Enhancements

While working on the upcoming ArangoDB 2.8, we have reimplemented some AQL functions in C++ for improved performance. AQL queries using these functions may benefit from using the new implementation of the function. The following list shows the AQL functions for which a C++ implementation has been added in 2.8. The other C++-based AQL function…

Read More...

ArangoDB 2.7.2: Replication Improvements

ArangoDB 2.7.2 comes with replication improvements and some bug fixes. You can download the latest version from our download page. Replication improvements: added autoResync configuration parameter for continuous replication.

Read More...

Using Multiple Indexes per Collection in ArangoDB

The query optimizer in ArangoDB 2.8 has been improved in terms of how it can make use of indexes. In previous versions of ArangoDB, the query optimizer could use only one index per collection used in an AQL query. When using a logical OR in a FILTER condition, the optimizer did not use any index…

Read More...