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

ASF GitHub Bot commented on TAJO-2117:
--------------------------------------

Github user blrunner commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/1012#discussion_r62433574
  
    --- Diff: 
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/mariadb.xml 
---
    @@ -19,6 +19,7 @@
     <tns:store xmlns:tns="http://tajo.apache.org/catalogstore"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://tajo.apache.org/catalogstore 
../DBMSSchemaDefinition.xsd ">
       <!--
           Catalog base version history
    +      * 13 - 2016-05-07: Added general index consist of DB_ID, TID, 
COLUMN_NAMES (TAJO-2117)
    --- End diff --
    
    You need to use the title of origin JIRA issue. If you want to write other 
comments to above history, you should rename the title of JIRA issue.


> Add some missing index to MariaDBStore
> --------------------------------------
>
>                 Key: TAJO-2117
>                 URL: https://issues.apache.org/jira/browse/TAJO-2117
>             Project: Tajo
>          Issue Type: Task
>          Components: Catalog
>            Reporter: Jaehwa Jung
>            Assignee: Janaka Chathuranga Thilakarathna
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.12.0
>
>
> Currently, the {{INDEXES}} table of MySQLStore has two indexes as following:
> * Unique index : Consists of {{DB_ID}}  and {{INDEX_NAME}}
> * General Index : Consists of {{DB_ID}} and {{TID}} and {{COLUMN_NAMES}}
> But the table of MariaDBStore has only unique index. We need to create other 
> index to the table.



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

Reply via email to