[
https://issues.apache.org/jira/browse/IGNITE-17570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semyon Danilov resolved IGNITE-17570.
-------------------------------------
Resolution: Fixed
LGTM. Thank you for the contribution, merged to the master branch.
> Extend documentation about defining of indices
> ----------------------------------------------
>
> Key: IGNITE-17570
> URL: https://issues.apache.org/jira/browse/IGNITE-17570
> Project: Ignite
> Issue Type: Task
> Reporter: Igor Gusev
> Assignee: Igor Gusev
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [https://ignite.apache.org/docs/latest/SQL/indexes#configuring-index-inline-size]
> add information about PK_INLINE_SIZE, AFFINITY_INDEX_INLINE_SIZE parameters
> within WITH section. For example:
>
> {code:java}
> {{CREATE TABLE IF NOT EXISTS TABLE1 (
> id varchar(15),
> col varchar(100),
> PRIMARY KEY(id) ) WITH "PK_INLINE_SIZE=19,AFFINITY_INDEX_INLINE_SIZE=20"}}
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)