You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/08 13:09:00 UTC

[jira] [Commented] (IGNITE-11250) Create affinity key index only when it required

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

Maxim Muzafarov commented on IGNITE-11250:
------------------------------------------

Moved to 2.9 due to inactivity. Please, feel free to move it back if you will be able to complete the ticket by 2.8 code freeze date, December 2, 2019.

> Create affinity key index only when it required
> -----------------------------------------------
>
>                 Key: IGNITE-11250
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11250
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Assignee: Yury Gerzhedovich
>            Priority: Major
>             Fix For: 2.8
>
>
> We shouldn't create AFFINITY_KEY index in case we already have PK INDEX which has first column the same as affinity column.
> As of now we have similar optimization: check all indexes to start on affinity column, however it doesn't work, due to affinity key index creating during create system indexes and no any indexes exists for a table for the moment. We just have prepared PK index, which should be checked. In case first column PK indexes equals to affinity column, then affinity index shouldn't be created
> see org.apache.ignite.internal.processors.query.h2.H2TableDescriptor#createSystemIndexes
> The task may be better to do together with IGNITE-11125, due to, seems, both of them required compatibility changes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)