Vladimir Ozerov created IGNITE-6004:
---------------------------------------
Summary: 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)