You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ruilong Huo (JIRA)" <ji...@apache.org> on 2016/02/25 09:36:18 UTC

[jira] [Commented] (HAWQ-453) Do not allocate query resource in prepare stage for prepared statement

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

Ruilong Huo commented on HAWQ-453:
----------------------------------

The resolution is:
1. In SPI prepare, we generate plan, get and save query resource parameters
2. In SPI execute, we allocate query resource according to saved query resource parameters, and allocate datalocality

> Do not allocate query resource in prepare stage for prepared statement
> ----------------------------------------------------------------------
>
>                 Key: HAWQ-453
>                 URL: https://issues.apache.org/jira/browse/HAWQ-453
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Core, Query Execution
>    Affects Versions: 2.0.0-beta-incubating
>            Reporter: Ruilong Huo
>            Assignee: Ruilong Huo
>             Fix For: 2.0.0
>
>
> We should allocate query resource in execute stage, and do not allocate query resource in prepare stage for prepared statement.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)