8000 documentation/swagger-2021-08-24 by Simran-B · Pull Request #14682 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

documentation/swagger-2021-08-24 #14682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add maxNodesPerCallstack property to POST /_api/cursor (3.9)
  • Loading branch information
Simran-B committed Aug 24, 2021
commit 99d1d0ae9a3312a6d403331d8909fd84826ea5ea
5 changes: 5 additions & 0 deletions Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ not already in there, thus leaving more room for the actual hot set.
@RESTSTRUCT{maxPlans,post_api_cursor_opts,integer,optional,int64}
Limits the maximum number of plans that are created by the AQL query optimizer.

@RESTSTRUCT{maxNodesPerCallstack,post_api_cursor_opts,integer,optional,int64}
The number of execution nodes in the query plan after that stack splitting is
performed to avoid a potential stack overflow. Defaults to the configured value
of the startup option `--query.max-nodes-per-callstack`.

@RESTSTRUCT{maxWarningCount,post_api_cursor_opts,integer,optional,int64}
Limits the maximum number of warnings a query will return. The number of warnings
a query will return is limited to 10 by default, but that number can be increased
Expand Down
0