Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.7.0
Description
Currently impalads receive individual fragments that have their own self contained state.
However, these fragments have state that is duplicated for each fragment. We could benefit from having this shared state in a query wide state that all fragments refer to during execution.
This is the fundamental patch on top of which we need to implement a per query exec RPC, filter aggregation at different nodes across the cluster (not only the coordinator), per query reporting threads, etc.
Attachments
Issue Links
- blocks
-
IMPALA-2550 Switch to per-query exec rpc
- Resolved
-
IMPALA-4063 Make fragment instance reports per-query (or per-host) instead of per-fragment instance.
- Resolved