8000 APM-84 | Add `spillOverThreshold*` options to Cursor API DocuBlock by Simran-B · Pull Request #17701 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

APM-84 | Add spillOverThreshold* options to Cursor API DocuBlock #17701

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 7 commits into from
Jan 9, 2023
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
Fix note
  • Loading branch information
Simran-B authored Dec 2, 2022
commit 8f8ed0ea1223513f3016cd918ca61c5edcba4d15
3 changes: 1 addition & 2 deletions Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ for the directory to store the temporary data in with the

Default value: 128MB.

Note:
**Note**:
Spilling data from RAM onto disk is an experimental feature and is turned off
by default. The query results are still built up entirely in RAM on Coordinators
and single servers for non-streaming queries. To avoid the buildup of
Expand All @@ -166,7 +166,6 @@ query that iterates over a collection that contains documents, each row is a
document, and in a query that iterates over temporary values
(i.e. `FOR i IN 1..100`), each row is one of such temporary values.

**Note**:
This option only has an effect on queries that use the `SORT` operation but
without a `LIMIT`, and if you enable the spillover feature by setting a path
for the directory to store the temporary data in with the
Expand Down
0