You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2019/03/01 14:41:00 UTC

[jira] [Commented] (IGNITE-5962) Increase max length of index name

    [ https://issues.apache.org/jira/browse/IGNITE-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16781732#comment-16781732 ] 

Pavel Kuznetsov commented on IGNITE-5962:
-----------------------------------------

Ok, I've commited another approach:
1) Both tree name and segmentName are now generated directly in the H2TreeIndex and no masking is performed in IndexingStorageImpl
2) Index name is validated by creating name of segment with biggestId. Then this name length in utf-8 is validated.



> Increase max length of index name
> ---------------------------------
>
>                 Key: IGNITE-5962
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5962
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general, sql
>    Affects Versions: 2.1
>            Reporter: Ilya Lantukh
>            Assignee: Pavel Kuznetsov
>            Priority: Major
>
> In https://issues.apache.org/jira/browse/IGNITE-5941 max index name length was reduced from 768 to 256 bytes. If we need to support longer names, we need to change format of metastore data pages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)