Description
Index value inline is important optimization which used to minimize amount of data page reads when doing index lookup (see InlineIndexHelper). Currently the only way to set it is QueryIndex.inlineSize property, so it cannot be set from SQL command. We need to integrate it to our SQL syntax (see SqlCreateIndexCommand) and make sure it is propagated properly.
Sample syntax:
CREATE INDEX idx ON tbl(field) INLINE_SIZE 20;
Attachments
Issue Links
- causes
-
IGNITE-10602 Failure parsing INLINE_SIZE if CREATE INDEX is one of multiple statements
- Resolved
- is related to
-
IGNITE-6948 SQL: Document new INLINE_SIZE option in CREATE INDEX command
- Closed
- links to