Skip to content

Expose setting 'options' in AQL Query Options #47

Closed
@gauravkumar37

Description

@gauravkumar37

As mentioned https://docs.arangodb.com/2.8/HttpAqlQueryCursor/AccessingCursors.html, there is an options flag which lets us control profile for additional query profiling. Turns out it is enabled by default and I would like to turn it off.
Currently, there is no option to control this from AQL Query Options.
It should also be possible to fetch the extra.stats parameter returned in the cursor output. It is only possible to access this when using driver.executeAqlQuery via cursorResult.getEntity.getExtra. However, it is not available via driver.executeDocumentQuery.
Which one out of the both should be used and when?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions