8000 Feature/apm 121 (#14817) · arangodb/arangodb@398faae · GitHub
[go: up one dir, main page]

Skip to content

Commit 398faae

Browse files
authored
Feature/apm 121 (#14817)
* Added indexHint option for UPSERT and test
1 parent 09185d4 commit 398faae

File tree

6 files changed

+626
-530
lines changed

6 files changed

+626
-530
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
devel
22
-----
33

4+
* APM-121: allow the UPSERT query to have indexHint as an extra parameter for
5+
OPTIONS. It will be used as a hint by the inner FOR loop that is performed
6+
as part of the UPSERT query, and would help in cases such as UPSERT not
7+
picking the best index automatically for lookup.
8+
49
* Fix issue #14819: Query: AQL: missing variable # for node #... location
510
RestCursorHandler.cpp.
611

@@ -17,7 +22,6 @@ devel
1722

1823
* Added new ArangoSearch analyzer type 'collation'.
1924

20-
2125
* Add basic overload control to arangod.
2226
This change adds the `x-arango-queue-time-seconds` header to all responses
2327
sent by arangod. This header contains the most recent request dequeing time

0 commit comments

Comments
 (0)
0