8000 Merge branch 'devel' of github.com:arangodb/arangodb into gos · cloud-coders/arangodb@76235a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76235a7

Browse files
committed
Merge branch 'devel' of github.com:arangodb/arangodb into gos
2 parents 9a725fb + c007432 commit 76235a7

File tree

142 files changed

+10974
-9177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+10974
-9177
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ v2.6.0 (XXXX-XX-XX)
3939
The default behaviour is now independent of the size of documents as the extraction part could be optimized.
4040
Also the internal algorithm to find all pathes from one source to several targets has been massively improved.
4141

42+
* added support for HTTP push aka chunked encoding
43+
4244
* issue #1051: add info whether server is running in service or user mode?
4345

4446
This will add a "mode" attribute to the result of the result of HTTP GET `/_api/version?details=true`
@@ -102,6 +104,13 @@ v2.6.0 (XXXX-XX-XX)
102104
v2.5.2 (XXXX-XX-XX)
103105
-------------------
104106

107+
* added iterator for edge index in AQL queries
108+
109+
this change may lead to less edges being read when used together with a LIMIT clause
110+
111+
* make graph viewer in web interface issue less expensive queries for determining
112+
a random vertex from the graph, and for determining vertex attributes
113+
105114
* issue #1285: syntax error, unexpected $undefined near '@_to RETURN obj
106115

107116
this allows AQL bind parameter names to also start with underscores

Documentation/Books/Users/HttpAqlQueryCursor/README.mdpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This is an introduction to ArangoDB's HTTP Interface for Queries. Results of AQL
66
and simple queries are returned as cursors in order to batch the communication
77
between server and client. Each call returns a number of documents in a batch
8-
and an indication, if the current batch has been the final batch. Depending on
8+
and an indication if the current batch has been the final batch. Depending on
99
the query, the total number of documents in the result set might or might not be
1010
known in advance. In order to free server resources the client should delete the
1111
cursor as soon as it is no longer needed.

0 commit comments

Comments
 (0)
0