Skip to content

Adjust subgraph deployment assignment cost dynamically #729

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

Closed
Jannis opened this issue Feb 1, 2019 · 2 comments
Closed

Adjust subgraph deployment assignment cost dynamically #729

Jannis opened this issue Feb 1, 2019 · 2 comments

Comments

@Jannis
Copy link
Contributor

Jannis commented Feb 1, 2019

Right now we're costing every subgraph identically, however, some (e.g. ENS) are much more resource intensive than others (e.g. Decentraland). As more subgraphs get added to a node, this might lead to scaling problems.

This metric could be based on factors like:

  • number of entities created / modified
  • number of events processed
  • amount of time required for past handlers
@lutter
Copy link
Collaborator

lutter commented May 13, 2019

See #940 for one way we could use to measure subgraph cost.

@lutter
Copy link
Collaborator

lutter commented Sep 23, 2019

We've completely changed our strategy for assigning subgraphs, and this ticket doesn't make much sense any more.

@lutter lutter closed this as completed Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants