You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/09 12:50:01 UTC

[jira] [Commented] (IGNITE-6004) SQL: add "inlineSize" to QuerySqlField annotation

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

ASF GitHub Bot commented on IGNITE-6004:
----------------------------------------

GitHub user tledkov-gridgain opened a pull request:

    https://github.com/apache/ignite/pull/2420

    IGNITE-6004 SQL: add "inlineSize" to QuerySqlField annotation

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6004

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2420.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2420
    
----
commit d70f69bc8afe0b96421fca4e2004cc70c66a8434
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2017-08-09T12:49:18Z

    IGNITE-6004 SQL: add "inlineSize" to QuerySqlField annotation

----


> SQL: add "inlineSize" to QuerySqlField annotation
> -------------------------------------------------
>
>                 Key: IGNITE-6004
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6004
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 2.2
>
>
> "inlineSize" is very important optimization allowing to avoid excessive data page reads when using index. However, it can only be set through {{QueryEntity}} -> {{QueryIndex}} chain, and cannot be set through {{\@QuerySqlField}} annotation.
> Let's fix that and add {{int indexInlineSize}} parameter to that annotation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)