mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
044499e454
commit
10c073daf5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue