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

Reduce queries from jobs #2010

Open
plor opened this issue Aug 18, 2022 · 1 comment
Open

Reduce queries from jobs #2010

plor opened this issue Aug 18, 2022 · 1 comment

Comments

@plor
Copy link
Contributor

plor commented Aug 18, 2022

Query reduction

The jobs that run are hitting subgraph quite often and some jobs may not be needed and can be deprecated, while some jobs can reduce frequency or otherwise optimize. Since the cost of the graph is per query, it is important to limit the number of calls we make to our subgraph to the necessary ones that we can sustainably maintain.

@plor plor added the backlog label Aug 18, 2022
@plor plor added this to the thegraph-replace milestone Aug 18, 2022
@plor
Copy link
Contributor Author

plor commented Aug 18, 2022

This is probably more of an Epic in that there should be a task per job to identify what can be changed with discussions around the impact that will have. Add additional context or break up into tasks as necessary.

@plor plor changed the title GraphReplace: Reduce queries from jobs Reduce queries from jobs Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant