arangodb / docs-hugo

Source code of the ArangoDB online documentation
https://docs.arangodb.com
Apache License 2.0
5 stars 5 forks source link

DE-876 | Add cursor statistics `documentLookups` and `seeks` #627

Closed Simran-B closed 2 weeks ago

Simran-B commented 2 weeks ago

Description

Is it correct that documentLookups are reported for late materialization or are there additional cases?

It seems to be limited to the IndexNode, i.e. the statistic is not populated for merge joins which use "document lookup with late materialization" according to the query explain output.

Also correct required properties in HTTP API and some misc mistakes

Upstream PRs

arangodb-docs-automation[bot] commented 2 weeks ago

Deploy Preview Available Via
https://deploy-preview-627--docs-hugo.netlify.app

Simran-B commented 2 weeks ago

https://github.com/arangodb/arangodb/pull/21394 addresses the problem of documentLookups not being counted for merge joins.

Simran-B commented 2 weeks ago

Got feedback from Lars