Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 281b31c

Browse files
Simran-Bnerpaula
andauthored
DOC-394 | peakMemoryUsage for running and slow queries (#1320)
* DOC-394 | peakMemoryUsage for running and slow queries * Add links --------- Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
1 parent 0695e87 commit 281b31c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

3.11/release-notes-api-changes311.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Enterprise Edition:
129129
Like the existing `geojson` Analyzer, but with an additional `format` property
130130
that can be set to `"latLngDouble"` (default), `"latLngInt"`, or `"s2Point"`.
131131

132+
#### Query API
133+
134+
The [`GET /_api/query/current`](http/aql-query.html#returns-the-currently-running-aql-queries)
135+
and [`GET /_api/query/slow`](http/aql-query.html#returns-the-list-of-slow-aql-queries)
136+
endpoints include a new numeric `peakMemoryUsage` attribute.
137+
132138
### Endpoints moved
133139

134140

3.11/release-notes-new-features311.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ example query, but you can also specify your preferred method explicitly.
8888

8989
See the [`COLLECT` options](aql/operations-collect.html#method) for details.
9090

91+
### Extended peak memory usage reporting
92+
93+
The peak memory usage of AQL queries is now also reported for running queries
94+
and slow queries.
95+
96+
In the web interface, you can find the **Peak memory usage** column in the
97+
**QUERIES** section, in the **Running Queries** and **Slow Query History** tabs.
98+
99+
In the JavaScript and HTTP APIs, the value is reported as `peakMemoryUsage`.
100+
See [API Changes in ArangoDB 3.11](release-notes-api-changes311.html#query-api).
101+
91102
## Server options
92103

93104
### Verify `.sst` files

0 commit comments

Comments
 (0)