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
The existing QueriesPipelineExecutor uses a block-based scheduling model. This granularity is too coarse for effective resource management and fine-grained control.
This tracking issue outlines the work required to enhance the executor to a production-ready state by implementing a more precise, row-based scheduling system.