Details
-
Epic
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.6.0
-
Impala Multi-threaded query execution
Description
Currently, a single query fragment is run in a quasi-single threaded manner on a node: the scanners are run in multiple threads, but all other operators (joins, aggregation) are run in the main thread.
The goal is to add multi-threaded execution on a single node by running multiple fragment instances (each of which runs in a single thread).
Attachments
Issue Links
- is a parent of
-
IMPALA-3567 Factor out join build-side
- Resolved
- is depended upon by
-
IMPALA-9807 Multi-threaded query execution - Further Enhancements
- Open
-
IMPALA-8965 Cleanup after switch to multi-threaded query execution
- Open
- is duplicated by
-
IMPALA-2849 Investigate on improving the parallelism on a single node
- Resolved
- is related to
-
IMPALA-753 Parallelize HBase scan
- Resolved
- relates to
-
IMPALA-10486 Multithreading upgrade path for large clusters
- Open