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
Union is currently implemented in Java and the operator could break up one fused Velox's task into two. We'd find a way to offload the operator to Velox so Velox could get a bigger plan for applying more local optimizations.
The text was updated successfully, but these errors were encountered:
I had a PoC at #7842. Union is comparatively special as it requires multiple Velox execution pipelines. Implementing it should help us on understanding and improving Velox's single threaded execution routine.
Union is currently implemented in Java and the operator could break up one fused Velox's task into two. We'd find a way to offload the operator to Velox so Velox could get a bigger plan for applying more local optimizations.
The text was updated successfully, but these errors were encountered: