You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2016/04/04 11:22:25 UTC

[jira] [Comment Edited] (IGNITE-2856) Do not generate index fields when them is absent in query fields

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

Alexey Kuznetsov edited comment on IGNITE-2856 at 4/4/16 9:21 AM:
------------------------------------------------------------------

Merged to master. Please test.

To test:

Create table in DB with several indexes: index for one field and index for several fields.
In schema import utility 
# import metadata for this table (all fields) - index should be generated.
# uncheck some fields th UI - index should be generated ONLY if all query fields that specified in index checked in UI.



was (Author: kuaw26):
Merged to master. Please test.

> Do not generate index fields when them is absent in query fields
> ----------------------------------------------------------------
>
>                 Key: IGNITE-2856
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2856
>             Project: Ignite
>          Issue Type: Bug
>          Components: UI, wizards
>    Affects Versions: 1.6
>            Reporter: Vasiliy Sisko
>            Assignee: Pavel Konstantinov
>
> Schema import utility can generate index fields that is exclude from query fields.
> Also in index field name should be used java name instead of database name which is showed now



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