mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
e14b9aaaa1
commit
f4a0c7d2b2
|
@ -6,6 +6,10 @@ devel
|
||||||
* fixed lookup of index from collection by fully qualified name, e.g.
|
* fixed lookup of index from collection by fully qualified name, e.g.
|
||||||
`db.testCollection.index('testCollection/primary')`.
|
`db.testCollection.index('testCollection/primary')`.
|
||||||
|
|
||||||
|
|
||||||
|
v3.5.0-rc.3 (2019-05-31)
|
||||||
|
------------------------
|
||||||
|
|
||||||
* fix issue #9106: Sparse Skiplist Index on multiple fields not used for FILTER + SORT query
|
* fix issue #9106: Sparse Skiplist Index on multiple fields not used for FILTER + SORT query
|
||||||
|
|
||||||
Allow AQL query optimizer to use sparse indexes in more cases, specifically when
|
Allow AQL query optimizer to use sparse indexes in more cases, specifically when
|
||||||
|
|
Loading…
Reference in New Issue