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

feat: Initial implementation of virtual storage costs. #71

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

jetuk
Copy link
Member

@jetuk jetuk commented Nov 21, 2023

Virtual storage nodes now add a reference to their linked flow nodes. Those nodes now include an function that aggregates over the local cost and the costs of any linked virtual storage nodes.

There's currently no method to change the default aggregation function from "max" via the schema.

Virtual storage nodes now add a reference to their linked
flow nodes. Those nodes now include an function that aggregates
over the local cost and the costs of any linked virtual storage
nodes.

There's currently no method to change the default aggregation
function from "max" via the schema.
@jetuk jetuk requested a review from Batch21 November 21, 2023 13:54
Copy link
Contributor

@Batch21 Batch21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. A couple of suggestion for future updates:

  • This is obviously going to need some good documentation especially as its a pretty significant change from v1.
  • The ability to specify separate agg funcs to apply to the virtual costs and to the aggregated virtual cost and the local cost could be useful.

@jetuk jetuk merged commit 5fcef40 into main Nov 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants