You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Gusev (Jira)" <ji...@apache.org> on 2022/08/23 08:31:00 UTC

[jira] [Created] (IGNITE-17570) Extend documentation about defining of indices

Igor Gusev created IGNITE-17570:
-----------------------------------

             Summary: 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


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

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)