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
In order to reduce the impact of deleting large compute graphs on the latency of the system, we propose moving compute graph deletion as a system task which will split the deletion in small chunks to be slowly queued up and executed.
As part of this work, we should consider using DeleteRange instead of the current implementation of DeletePrefix.
The text was updated successfully, but these errors were encountered:
In order to reduce the impact of deleting large compute graphs on the latency of the system, we propose moving compute graph deletion as a system task which will split the deletion in small chunks to be slowly queued up and executed.
As part of this work, we should consider using DeleteRange instead of the current implementation of DeletePrefix.
The text was updated successfully, but these errors were encountered: