You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/12/01 08:59:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17451628#comment-17451628 ] 

Ignite TC Bot commented on IGNITE-11402:
----------------------------------------

{panel:title=Branch: [pull/9604/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9604/head] Base: [master] : New Tests (6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 1{color} [[tests 6|https://ci.ignite.apache.org/viewLog.html?buildId=6290195]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite: BasicIndexTest.testCreateSystemIndexWithSpecifiedInlineSizeByDdl - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite: BasicIndexTest.testCreateSystemIndexWithSpecifiedInlineSizeByApi - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite: BasicIndexTest.testCreateWrappedPkIndexByDdl - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite: BasicIndexMultinodeTest.testCreateSystemIndexWithSpecifiedInlineSizeByDdl - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite: BasicIndexMultinodeTest.testCreateSystemIndexWithSpecifiedInlineSizeByApi - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite: BasicIndexMultinodeTest.testCreateWrappedPkIndexByDdl - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6290140&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>            Assignee: Taras Ledkov
>            Priority: Major
>              Labels: newbie
>             Fix For: 2.13
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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.20.1#820001)