ArangoDB 2.5.3: Maintenance Release for Enhanced Stability
This version is deprecated. Download the new version of ArangoDB
The third maintenance release for ArangoDB 2.5 is available for download. This maintenance release is to address some issues in ArangoDB 2.5 and to support future releases. (more…)
ArangoDB 2.5.2 Release: Enhanced Features & Stability
This version is deprecated. Download the new version of ArangoDB
A maintenance release of ArangoDB 2.5 is available for download. The latest v2.5.2 comes with cluster speedups, some fixes in cluster mode and improved graph queries.
You can start an ArangoDB cluster on Digital Ocean with a single command, other cloud services will follow in the next days. Please try the new release, maybe on Digital Ocean with the new cluster setup script, and provide us your feedback.
Which cloud provider should we support next? (more…)
ArangoDB 2.5.1 Release: Bug Fixes and Enhancements
This version is deprecated. Download the new version of ArangoDB
A new release of ArangoDB is available for download.
ArangoDB 2.5.1 adds slow-query log and killing running queries to the Http API and to the web-interface. We have also fixed inefficiencies in remove
methods of the general-graph module and solved some issues regarding stability on windows. The added option --database.ignore-logfile-errors
controls how collection datafiles with a CRC mismatch are treated. We recommend to upgrade your 2.5.0 installation to benefit from these improvements.
ArangoDB 2.5.1 could be started from an unzipped archive, no need to install ArangoDB and share libraries in Windows. (more…)
ArangoDB V 2.4.5: Introducing Slow Query Tracking
This version is deprecated. Download the new version of ArangoDB
ArangoDB 2.4.5 is ready to download. The latest release of the 2.4 branch comes with some minor bugfixes and a new feature:
Tracking of AQL queries
We have added current and slow query tracking and also killing of long running AQL queries.
This change enables retrieving the list of currently running AQL queries inside the selected database. AQL queries with an execution time beyond a certain threshold can be moved to a slow query facility and retrieved from there:
ArangoDB 2.5 Release: Enhanced Features & Performance
This version is deprecated. Download the new version of ArangoDB
We are proud to announce the latest release of ArangoDB, adding a bunch of new features and lot’s of improvements to existing ones. ArangoDB 2.5 is available for download now and could be installed from your favourite package manager.
See the previous blogposts on sparse indexes performance, ES6 features in ArangoDB, improved Foxx development process or API Key management to learn more about ArangoDB 2.5 and check the manual for a deeper dive into specific features.
The AWS image of ArangoDB 2.5 will be available shortly.
Please give ArangoDB 2.5 a try and provide us with your valuable feedback.
ArangoDB 2.5 – Improved Foxx Development Process
This version is deprecated. Download the new version of ArangoDB
Version 2.5 of ArangoDB makes the development of Foxx based apps a lot easier.
For each of your Foxx apps you could activate the development mode individually, forcing a reread from disk at every request, and providing additional debug output. Set the development mode for an app doesn’t change the mount-point anymore. The Foxx source location on your filesystem is now identical with the mount-point of your app. (more…)
ArangoDB 2.4.4 Release: Stability and Performance Enhancements
This version is deprecated. Download the new version of ArangoDB
A maintenance release for ArangoDB 2.4 is available for download or via your favorite package manager.
v2.4.4 (2015-02-24)
- fixed the generation template for foxx apps. It now does not create deprecated functions anymore
- add custom visitor functionality for
GRAPH_NEIGHBORS
function, too - increased default value of traversal option maxIterations to 100 times of its previous default value
- fixed issue #1256: agency binary not found #1256
When and how to use sparse indexes in ArangoDB 2.5
This version is deprecated. Download the new version of ArangoDB
In ArangoDB 2.5, hash and skiplist indexes can optionally be made sparse.
Such sparse indexes will exclude documents in which at least one of the index attributes is either not set or has a value of null
. Declaring an index as sparse can provide great savings in memory and index creation CPU time for some cases.
ArangoDB 2.5 Beta: Test New Features & Enhancements
This version is deprecated. Download the new version of ArangoDB
The current sprint comes to an end and ArangoDB 2.5 is available as beta. We appreciate your feedback and hope that many developers try this new beta release.
We have used the last weeks to improve the Foxx framework for data-centric microservices – enhancing debug capabilities, improving development-mode and the install process – to make the development of Foxx applications easier than ever.
We upgraded two main ArangoDB components, V8 and etcd to the latest versions (V8 3.31.74.1 and etcd 2.0) to support even more ES6 features and to benefit from a robust rewrite of etcd for cluster configuration.
We’ve also improved core database capabilities by adding sparse hash and skiplist indexes, dynamic attribute names and more optimizer rules. Read the full list of changes in the CHANGELOG.
ArangoDB 2.4.3 Release: Bug Fixes and Enhancements
This version is deprecated. Download the new version of ArangoDB
A maintenance release for ArangoDB 2.4 is available for download or via your favorite package manager.
v2.4.3 (2015-02-06)
- fix multi-threading with openssl when running under Windows
- fix timeout on socket operations when running under Windows
- Fixed an error in Foxx routing which caused some apps that worked in 2.4.1 to fail with status 500:
undefined is not a function
errors in 2.4.2 This error was occurring due to seldom internal rerouting introduced by the malformed application handler.
Get the latest tutorials,
blog posts and news:
Thanks for subscribing! Please check your email for further instructions.