Using Bind Parameters in the AQL Editor: ArangoDB
The AQL editor in the web interface is useful for running ad hoc AQL queries and trying things out. It provides a feature to explain the query and inspect its execution plan. This can be used to check if the query uses indexes, and which. So far the AQL editor only supported using query string…
ArangoDB 2.7.1: Latest Enhancements & Fixes
In the first maintenance release of ArangoDB 2.7 we have switched from readline to linenoise ng for line-editing and history capabilities on the command line. Furthermore, the AQL function MERGE() improved, now working on a single array parameter, too. This allows combining the attributes of multiple objects from an array into a single object, e.g.:
Benchmark: PostgreSQL, MongoDB, Neo4j, OrientDB and ArangoDB
The latest edition of the NoSQL Performance Benchmark (2018) has been released. In this blog post – which is a roundup of the performance blog series – I want to complete the picture of our NoSQL performance test and include some of the supportive feedback from the community. First of all, thanks for all your…
ArangoDB 2.7 GA: Significant Improvements
Long awaited and now we´ve finished it! New major release of ArangoDB 2.7 is ready for download. First of all a big thanks to our community for your great support! We´ve implemented a lot of your ideas! After your feedback to RC1 and RC2 we are happy to bring a new major release to the…
ArangoDB 2.6.9: Maintenance Release Highlights
In ArangoDB 2.6.9 we have fixed an AQL skiplist issue that occurs in a combination of sort and limit. When using a Skiplist index on an attribute (say “a”) and then using sort and skip on this attribute caused the result to be empty e.g.: require(“internal”).db.test.ensureSkiplist(“a”); require(“internal”).db._query(“FOR x IN test SORT x.a LIMIT 10, 10”);…
ArangoDB 2.7 RC1: Preview the Latest Features
We put a lot of brainpower into the next major release of our favorite database. Thanks to your feedback and contributions we got some important steps forward. Share your professional experiences, opinions and feedback with us on this release candidate of ArangoDB 2.7. This is a quick info about the upcoming 2.7 release – for…
ArangoDB PHP Driver: Enhancements for Version 2.7
While preparing the release of ArangoDB 2.7, some improvements were made for the PHP driver for ArangoDB. The 2.7 version of the PHP driver now supports the AQL query results cache. The cache can be turned on or off globally, or be set to demand mode. The demand mode will allow controlling caching on a…
ArangoDB 2.6.8: Latest Updates and Enhancements
The release ArangoDB 2.6.8 fixes a memory access bug on ARM. So for your pet project on a Raspberry Pi you need to change the CPU alignment setting to allow unaligned memory access. There is no need to update to 2.6.8 for other distributions.
AWS AMI Upgrade: Enhancements and Improvements
ArangoDB is available as Amazon Marketplace Image (AMI) for free. The process to submit and publish a new ArangoDB image to the marketplace takes some time and you might not find the latest release in the marketplace store yet. However, updating to the latest version is not that hard. First, log in to the virtual…