1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2017-01-27 17:34:22 +01:00
parent 044499e454
commit 10c073daf5
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ shards.
db._query("FOR i IN 1..100000 SORT i RETURN i", {}, { options: { memoryLimit: 100000 } });
* added startup option --query.memory-limit
* added convenience function to create vertex-centric indexes.
Usage: `db.collection.ensureVertexCentricIndex("label", {type: "hash", direction: "outbound"})`
That will create an index that can be used on OUTBOUND with filtering on the