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

Backfilling, checkpointing, improved pagination #23

Open
1 task
0xMochan opened this issue May 26, 2023 · 0 comments
Open
1 task

Backfilling, checkpointing, improved pagination #23

0xMochan opened this issue May 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@0xMochan
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I want better tools when working with large subgrounds queries.

I often deal with queries that can take overnight, so more tools to help manage the lifecycle of those queries can help me ensure the success of those queries.

Describe the solution you'd like

  • Improved pagination strategies that helps me recover when a graph node spits in error out late in the pagination cycle
  • Being able to checkpoint or backfill queries so that when errors do occur, I'm able to recover w/o any data-loss

Describe alternatives you've considered
Using _iter methods to help checkpoint data

  • Difficult and not-well documented (also should be fixed)
  • Generally would be easier to have subgrounds handle this

Additional context
Opinionated so should result in multiple solutions

Implementation checklist

  • Task 1
@0xMochan 0xMochan added the enhancement New feature or request label May 26, 2023
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

1 participant