Support parallel scan in mito engine #2806
Labels
C-enhancement
Category Enhancements
C-performance
Category Performance
tracking-issue
A tracking issue for a feature.
What type of enhancement is this?
Performance
What does the enhancement do?
Currently, the Mito engine only supports single-threaded scanning. We can consider using parallel scanning to improve speed when dealing with larger amounts of data.
Implementation challenges
There are several approaches to parallel scanning:
We also need to figure out a way to control the parallelism of the query so spawning a task for each file might not be the best solution (We might need some experiments).
Steps
The text was updated successfully, but these errors were encountered: