You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Suresh Subbiah (JIRA)" <ji...@apache.org> on 2015/10/08 00:53:27 UTC

[jira] [Updated] (TRAFODION-9) Non-blocking hbase operation to smoothen the data flow in trafodion engine

     [ https://issues.apache.org/jira/browse/TRAFODION-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Subbiah updated TRAFODION-9:
-----------------------------------
       Assignee: Selvaganesan Govindarajan
    Component/s: sql-exe

> Non-blocking hbase operation to smoothen the data flow in trafodion engine
> --------------------------------------------------------------------------
>
>                 Key: TRAFODION-9
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-9
>             Project: Apache Trafodion
>          Issue Type: Improvement
>          Components: sql-exe
>            Reporter: Selvaganesan Govindarajan
>            Assignee: Selvaganesan Govindarajan
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Currently, when a table has indexes, the row is first inserted into base table and then the corresponding rows are added into the indexes sequentially. Hbase operations are blocking. Hbase operations are done in a different thread making it non-blocking. This allowed the Trafodion engine to flow the tuples through other operators enabling other operators to be scheduled and the tuples processed by them. This allowed the Trafodion engine to initiate insert into base table and indexes in parallel.



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