You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An array of text phrases that provide a basic analysis of the request execution.
6024
+
These phrases highlight notable aspects of the execution, such as high document counts during primary scans or warnings related to memory and resource usages.
Copy file name to clipboardExpand all lines: docs/modules/n1ql-rest-query/pages/index.adoc
+92-3Lines changed: 92 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1191,6 +1191,26 @@ The number of warnings that occurred during the request.
1191
1191
a| Integer (unsigned)
1192
1192
1193
1193
1194
+
a|
1195
+
*sessionMemory* +
1196
+
_optional_
1197
+
a|
1198
+
1199
+
[markdown]
1200
+
--
1201
+
The memory session size for the request, in bytes.
1202
+
1203
+
Each request has a dedicated memory session. When a query requires a document or value, memory is allocated from this session based on the size of the document or value. Once the document or value is processed, the allocated memory is returned back to the session, enabling it to be reused by the request.
1204
+
1205
+
This metric is available only when `node-quota` and `node-quota-val-percent` are configured for the node.
The total sum of [servTime](#serv_time) across all operators.
1371
+
1372
+
--
1373
+
1374
+
[%hardbreaks]
1375
+
*Example:* `pass:c["752.858519ms"]`
1376
+
{blank}
1377
+
a| String (duration)
1378
+
1379
+
1380
+
a|
1381
+
*waitTime* +
1382
+
_optional_
1383
+
a|
1384
+
1385
+
[markdown]
1386
+
--
1387
+
The total sum of [kernTime](#kern_time) across all operators.
1388
+
1389
+
--
1390
+
1391
+
[%hardbreaks]
1392
+
*Example:* `pass:c["1.201307s"]`
1393
+
{blank}
1394
+
a| String (duration)
1395
+
1396
+
1397
+
a|
1398
+
*cpuTime* +
1399
+
_optional_
1400
+
a|
1401
+
1402
+
[markdown]
1403
+
--
1404
+
The total sum of [execTime](#exec_time) across all operators.
1405
+
1406
+
--
1407
+
1408
+
[%hardbreaks]
1409
+
*Example:* `pass:c["90.734075ms"]`
1410
+
{blank}
1411
+
a| String (duration)
1412
+
1413
+
1414
+
a|
1415
+
*~analysis* +
1416
+
_optional_
1417
+
a|
1418
+
1419
+
[markdown]
1420
+
--
1421
+
An array of text phrases that provide a basic analysis of the request execution.
1422
+
These phrases highlight notable aspects of the execution, such as high document counts during primary scans or warnings related to memory and resource usages.
An array of text phrases that provide a basic analysis of the request execution.
820
+
These phrases highlight notable aspects of the execution, such as high document counts during primary scans or warnings related to memory and resource usages.
0 commit comments