You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/07/03 06:49:00 UTC

[jira] [Updated] (IGNITE-11402) SQL: Add ability to specify inline size of PK and affinity key indexes from CREATE TABLE and QueryEntity

     [ https://issues.apache.org/jira/browse/IGNITE-11402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-11402:
---------------------------------------
    Fix Version/s:     (was: 2.9)

> SQL: Add ability to specify inline size of PK and affinity key indexes from CREATE TABLE and QueryEntity
> --------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11402
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11402
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Vladimir Ozerov
>            Priority: Major
>              Labels: newbie
>
> Currently it is not possible to set inline size for automatically created indexes easily. We need to make sure that user has a convenient way to set them both programmatically and from DDL.
> Start point for automatically created indexes is org.apache.ignite.internal.processors.query.h2.H2TableDescriptor#createSystemIndexes where passed parameter inlineSize as -1 for org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing#createSortedIndex



--
This message was sent by Atlassian Jira
(v8.3.4#803005)