You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Somewhat related to the aggregation in #21 , we need a policy to make decisions about when to send DataTasks to the scheduler from the client (as they can be cached for purposes such as aggregation).
Describe the solution you'd like
Some sort of aggregation-by-need policy would be interesting to explore here. I/O can conceivably be delayed until it's requested by a read. It'll have to be compared to non-aggregation and aggregation-by-size.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Somewhat related to the aggregation in #21 , we need a policy to make decisions about when to send DataTasks to the scheduler from the client (as they can be cached for purposes such as aggregation).
Describe the solution you'd like
Some sort of aggregation-by-need policy would be interesting to explore here. I/O can conceivably be delayed until it's requested by a read. It'll have to be compared to non-aggregation and aggregation-by-size.
The text was updated successfully, but these errors were encountered: