You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2019/09/08 22:53:01 UTC

[jira] [Comment Edited] (IMPALA-3902) Multi-threaded query execution

    [ https://issues.apache.org/jira/browse/IMPALA-3902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924991#comment-16924991 ] 

Tim Armstrong edited comment on IMPALA-3902 at 9/8/19 10:52 PM:
----------------------------------------------------------------

-I think https://github.com/apache/impala/blob/master/tests/query_test/test_mt_dop.py covers this-


was (Author: tarmstrong):
I think https://github.com/apache/impala/blob/master/tests/query_test/test_mt_dop.py covers this

> Multi-threaded query execution
> ------------------------------
>
>                 Key: IMPALA-3902
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3902
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 2.6.0
>            Reporter: Marcel Kornacker
>            Priority: Minor
>
> 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).



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org