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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)