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

RecordsQuery returns encodedData if the data is under a certain threshold #264

Open
LiranCohen opened this issue Sep 20, 2023 · 1 comment
Assignees
Labels
artifact: spec intended for the actual specification

Comments

@LiranCohen
Copy link
Member

Currently the implementation returns an optional property encodedData with RecordsQuery results if the dataSize is under a determined threshold.

This is to prevent users from having to issue RecordsRead for each record to retrieve the data if it is a small size. RecordsRead can still be used for large data within a result set in order to allow data streaming.

@LiranCohen LiranCohen self-assigned this Sep 20, 2023
@andorsk
Copy link
Collaborator

andorsk commented Sep 20, 2023

Discussed at DIF: Some debate over who's should control the threshold, developer/provider. Discussed between @LiranCohen and @alankarP.

Future discussion needed. Liran to right up some additional thoughts around this.

@andorsk andorsk added the artifact: spec intended for the actual specification label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
artifact: spec intended for the actual specification
Projects
None yet
Development

No branches or pull requests

2 participants