mirror of https://gitee.com/bigwinds/arangodb
formatting
This commit is contained in:
parent
01e445a626
commit
331c4e34ae
10
CHANGELOG
10
CHANGELOG
|
@ -24,9 +24,11 @@ devel
|
|||
* added Optimizer Rule for other indexes in Traversals
|
||||
this allows AQL traversals to use other indexes than the edge index.
|
||||
So traversals with filters on edges can now make use of more specific
|
||||
indexes. E.g.:
|
||||
FOR v, e, p IN 2 OUTBOUND @start @@edge FILTER p.edges[0].foo == "bar"
|
||||
Will prefer an Hash Index on [_from, foo] above the EdgeIndex.
|
||||
indexes, e.g.
|
||||
|
||||
FOR v, e, p IN 2 OUTBOUND @start @@edge FILTER p.edges[0].foo == "bar"
|
||||
|
||||
will prefer a Hash Index on [_from, foo] above the EdgeIndex.
|
||||
|
||||
* fixed epoch computation in hybrid logical clock
|
||||
|
||||
|
@ -68,7 +70,7 @@ devel
|
|||
* added module.context.createDocumentationRouter to replace module.context.apiDocumentation
|
||||
|
||||
* bug in RAFT implementation of reads. dethroned leader still answered
|
||||
requests in isolation
|
||||
requests in isolation
|
||||
|
||||
|
||||
v3.0.8 (XXXX-XX-XX)
|
||||
|
|
Loading…
Reference in New Issue