-
Notifications
You must be signed in to change notification settings - Fork 141
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
Update docs for pagination. #1592
Update docs for pagination. #1592
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
Codecov Report
@@ Coverage Diff @@
## feature/pagination/integ #1592 +/- ##
===========================================================
Coverage 97.23% 97.23%
Complexity 4233 4233
===========================================================
Files 387 387
Lines 10628 10628
Branches 721 721
===========================================================
Hits 10334 10334
Misses 287 287
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: Yury-Fridlyand <[email protected]>
Thanks @acarbonetto for your review. I addressed most of your comments. There are upcoming changes for merging index scans and removing total hits - those are not yet reflected in docs. |
Signed-off-by: Yury-Fridlyand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the doc!
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several minor comments, but good to push once they are addressed
SecondPageTree --> SecondPage : Execution\nPreparation | ||
``` | ||
|
||
#### Serialization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not mentioned here (although maybe we should):
- What about the request context (like the query start time clock) - how is this serialized
- What about other request artefacts, such as
fetch_size
or maybe thefilter
- if provided. How do these translate from request-to-request? - Does this work with post-request processing?
- What about requests larger than the max window size of 10,000?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- It is not supported yet, but actually it is just binary dumped into cursor
- It is not supported
- What do you mean?
- Good idea, I'll add
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything that we know is not-supported should be mentioned.
Co-authored-by: Andrew Carbonetto <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Description
Add docs for pagination feature.
Keeping this as a draft, because there are some upcoming changes. Reviews and discussions are welcome though.
Note:
query-optimizer-improvement.md
wasn't deleted and recreated, just renamed and changed.Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.