[
https://issues.apache.org/jira/browse/IGNITE-6850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251331#comment-16251331
]
Sergey Kalashnikov commented on IGNITE-6850:
--------------------------------------------
[~kirill.shirokov]
I think that it is safe to use {{IgniteQueryErrorCode.Parsing}} code instead of
{{UNKNOWN}} in {{tryQueryDistributedSqlFieldsNative()}}. Otherwise, looks good
to me.
> SQL: integrate index inline size to CREATE INDEX syntax
> -------------------------------------------------------
>
> Key: IGNITE-6850
> URL: https://issues.apache.org/jira/browse/IGNITE-6850
> Project: Ignite
> Issue Type: Task
> Security Level: Public(Viewable by anyone)
> Components: sql
> Reporter: Vladimir Ozerov
> Assignee: Kirill Shirokov
> Fix For: 2.4
>
>
> Index value inline is important optimization which used to minimize amount of
> data page reads when doing index lookup (see {{InlineIndexHelper}}).
> Currently the only way to set it is {{QueryIndex.inlineSize}} property, so it
> cannot be set from SQL command. We need to integrate it to our SQL syntax
> (see {{SqlCreateIndexCommand}}) and make sure it is propagated properly.
> Sample syntax:
> {code}
> CREATE INDEX idx ON tbl(field) INLINE_SIZE 20;
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)