ArangoDB 3.12 Product Release Announcement! Read the blog for details. Read Blog

Vector-5

ArangoDB 2.8.2 with Replication Improvements

Estimated reading time: 2 minutes

ArangoDB 2.8.2 maintenance release comes with several replication improvements and bug fixes. You can download the latest version from our download page.

What’s changed:

  • the continuous replication applier will now prevent the master’s WAL logfiles from being removed if they are still needed by the applier on the slave. This should help slaves that suffered from masters garbage collection WAL logfiles which would have been needed by the slave later.

    The initial synchronization will block removal of still needed WAL logfiles on the master for 10 minutes initially, and will extend this period..

(more…)

Small Things in ArangoDB 2.8: Explain Improvements, POW, Arangoimp

Estimated reading time: 2 minutes

Explain Improvements

Explaining AQL queries becomes even easier in ArangoDB 2.8. While previous versions required writing a hard-to-memorize command like

require("org/arangodb/aql/explainer").explain(query);

to explain an AQL query from the ArangoShell, 2.8 reduces this task to a mere

db._explain(query);

Apart from that, explain in 2.8 is smarter when confronted with very lengthy query strings, and with queries that contain huge hard-coded string, array, or object values.

(more…)

ArangoDB 2.8 w/ AQL Graph Traversals, Array Indexes, Aggregation

Estimated reading time: 4 minutes

We welcome 2016 with our first big news yet – the release of ArangoDB 2.8!

Now you can use new AQL keywords to traverse a graph even more convenient – a big deal for those who like to get the maximum out of their connected data. ArangoDB is getting faster with every iteration, in this release we have implemented several AQL functions and arithmetic operations in super-fast C++ code, optimizer rules and indexing improved further to help you getting things done faster. Download ArangoDB 2.8 here.

Array Indexes

The added Array Indexes are a major improvement to ArangoDB that you will love and..

(more…)

Maintenance Release – ArangoDB 2.7.5

Estimated reading time: 1 minutes

Still waiting for the 2.8 release announcement…So in the meantime, let’s have a look at the latest maintenance release of ArangoDB 2.7.

Here are the changes that come with version 2.7.5:

(more…)

ArangoDB 2.8 (beta 3)

Estimated reading time: 2 minutes

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:

(more…)

ArangoDB 2.7.3 – Maintenance release

Estimated reading time: 0 minutes

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

(more…)

ArangoDB 2.8 (beta 2)

Estimated reading time: 2 minutes

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):

(more…)

ArangoDB 2.8 beta 1 – Array Indexes and AQL Graph Traversals

Estimated reading time: 7 minutes

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.

(more…)

ArangoDB 2.8: API Changes

Estimated reading time: 2 minutes

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.

AQL keywords added

The following AQL keywords were added in ArangoDB 2.8:

(more…)

AQL Function Speedups in 2.8

Estimated reading time: 1 minutes

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 implementations added since ArangoDB 2.5 are also still available. Here’s the list of functions added in 2.8:

  • document-related functions: DOCUMENT, EDGES, PARSE_IDENTIFIER
  • numerical functions: ABS, FLOOR, RAND, ROUND, SQRT
  • statistical functions:..
(more…)
« 1 ...
2 3 4 5 6