mirror of https://gitee.com/bigwinds/arangodb
Add some ArangoSearch related known issues
This commit is contained in:
parent
78d7c6e93d
commit
cf6589485b
|
@ -18,3 +18,12 @@ Cluster
|
|||
-------
|
||||
|
||||
* sometimes the shutdown order in the cluster will cause the shutdown to hang infinitely.
|
||||
|
||||
ArangoSearch
|
||||
------------
|
||||
|
||||
* ArangoSearch ingores `_id` attribute even if `includeAllFields` is set to `true`
|
||||
* Creation of ArangoSearch on a large collection may cause OOM
|
||||
* Long-running transaction with a huge number of DML operations may cause OOM
|
||||
* Using score functions (BM25/TFIDF) in ArangoDB expression is not supported
|
||||
|
||||
|
|
Loading…
Reference in New Issue