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)