Skip to content
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

Support additional streaming modes for cursor operations #1915

Closed
ohadzeliger opened this issue Nov 16, 2022 · 0 comments · Fixed by #1916
Closed

Support additional streaming modes for cursor operations #1915

ohadzeliger opened this issue Nov 16, 2022 · 0 comments · Fixed by #1916

Comments

@ohadzeliger
Copy link
Contributor

Currently, the only supported streaming modes when calling FDB APIs are ITERATOR, WANT_ALL, and EXACT.
In order to allow more flexibility, add support for LARGE, MEDIUM and SMALL streaming modes.
Do not change the default behavior, and only use the new modes when they are specified through the RL APIs.

alecgrieser added a commit that referenced this issue Nov 17, 2022
Resolve #1915: add support for additional cursor streaming modes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant