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

Igor Gusev updated IGNITE-17570:
--------------------------------
    Description: 
[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}
 

  was:
[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:

 

{{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"}}

 


> 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
>            Priority: Major
>
> [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)

Reply via email to