[
https://issues.apache.org/jira/browse/IGNITE-6060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126943#comment-16126943
]
Taras Ledkov commented on IGNITE-6060:
--------------------------------------
Defaults inline sizes are set up at:
- InlineIndexHelper#InlineIndexHelper for the {{DATE}} type
- H2TreeIndex#computeInlineSize for the strings. The default size is specified
by the property {{IGNITE_MAX_INDEX_PAYLOAD_SIZE}} (default
H2TreeIndex#IGNITE_MAX_INDEX_PAYLOAD_SIZE_DEFAULT = 10)
> Make sure that index inline is enabled for String and Date types by default
> ---------------------------------------------------------------------------
>
> Key: IGNITE-6060
> URL: https://issues.apache.org/jira/browse/IGNITE-6060
> Project: Ignite
> Issue Type: Task
> Components: persistence, sql
> Affects Versions: 2.1
> Reporter: Vladimir Ozerov
> Assignee: Taras Ledkov
> Labels: performance, usability
> Fix For: 2.2
>
>
> Index inline is important performance optimization which should be enabled
> almost always. Let's check whether it is enabled for String and Data types.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)