You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Mikhail Cherkasov (Jira)" <ji...@apache.org> on 2019/12/10 23:37:00 UTC

[jira] [Created] (IGNITE-12431) Allow to set inline size for implicit indexes per table

Mikhail Cherkasov created IGNITE-12431:
------------------------------------------

             Summary: Allow to set inline size for implicit indexes per table
                 Key: IGNITE-12431
                 URL: https://issues.apache.org/jira/browse/IGNITE-12431
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Mikhail Cherkasov


Right now you can specify inline size only for explicit indexes, but there's no way you can set it for implicit caches, except global flag: IGNITE_MAX_INDEX_PAYLOAD_SIZE or per cache:
[https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/CacheConfiguration.html#setSqlIndexMaxInlineSize-int-]
 however, if there's only one table which requires a big inline for implicit indices is too big overhead to specify it for the whole cache.
Let's introduce some way to do this per table.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)