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

Scrollable Cursors #16

Open
mjoerussell opened this issue May 25, 2021 · 2 comments
Open

Scrollable Cursors #16

mjoerussell opened this issue May 25, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@mjoerussell
Copy link
Owner

Currently only block cursors are supported in result sets. zdb should support scrollable cursors as well, in case a user wants to use zdb to do that.

@mjoerussell mjoerussell added the enhancement New feature or request label May 25, 2021
@mjoerussell
Copy link
Owner Author

First step would be to replace calls to statement.fetch() with statement.fetchScroll(.FetchNext, 0), that way the base is already there.

@mjoerussell mjoerussell added this to the 0.3.0 milestone Dec 14, 2021
@rupurt
Copy link

rupurt commented Feb 14, 2024

I will work on adding this as I need a pool of cursors working together for bulk exports. Is an export pool something you would want in this library? Or should I add it in a separate library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants