Total number of index entries read from in-memory caches for indexes of type edge or persistent.
Total number of cache read attempts for index entries that could not be served from in-memory caches for indexes of type edge or persistent.
Total number of cursor objects created during query execution.
Total number of times an existing cursor object was repurposed.
Execution time of the query in seconds.
Total number of documents that were removed after executing a filter condition in a FilterNode.
Optional
fullTotal number of documents that matched the search condition if the query’s final top-level LIMIT statement were not present.
Total number of cluster-internal HTTP requests performed.
Optional
nodesRuntime statistics per query execution node if profile
was set to 2
or greater.
Maximum memory usage of the query while it was running.
Total number of documents iterated over when scanning a collection without an index.
Total number of documents iterated over when scanning a collection using an index.
Total number of data-modification operations successfully executed.
Total number of data-modification operations that were unsuccessful, but have been ignored because of query option ignoreErrors.
Generated using TypeDoc
Additional statics about the query execution of the cursor.