8000 Feature/apm 121 by cpjulia · Pull Request #14817 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
devel
-----

* APM-121: allow the UPSERT query to have indexHint as an extra parameter for
OPTIONS. It will be used as a hint by the inner FOR loop that is performed
as part of the UPSERT query, and would help in cases such as UPSERT not
picking the best index automatically for lookup.

* Fix issue #14819: Query: AQL: missing variable # for node #... location
RestCursorHandler.cpp.

Expand All @@ -17,7 +22,6 @@ devel

* Added new ArangoSearch analyzer type 'collation'.


* Add basic overload control to arangod.
This change adds the `x-arango-queue-time-seconds` header to all responses
sent by arangod. This header contains the most recent request dequeing time
Expand Down
Loading
0