You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/08/10 08:51:00 UTC

[jira] [Created] (IGNITE-6023) Index inline should be enabled by default for fixed-length data types

Vladimir Ozerov created IGNITE-6023:
---------------------------------------

             Summary: Index inline should be enabled by default for fixed-length data types
                 Key: IGNITE-6023
                 URL: https://issues.apache.org/jira/browse/IGNITE-6023
             Project: Ignite
          Issue Type: Improvement
          Components: persistence, sql
    Affects Versions: 2.1
            Reporter: Vladimir Ozerov
             Fix For: 2.2


Currently index inline is not enabled by default. This is ok for variable length types such as strings because we cannot enforce their length at the moment (it would require changes to DDL). But for fixed-length data types it is perfectly OK to enable inline by default:
- int
- long
- date



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