You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/05/29 12:06:04 UTC

[jira] [Created] (IGNITE-5327) Create predefined cache templates for CREATE TABLE command

Vladimir Ozerov created IGNITE-5327:
---------------------------------------

             Summary: Create predefined cache templates for CREATE TABLE command
                 Key: IGNITE-5327
                 URL: https://issues.apache.org/jira/browse/IGNITE-5327
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Vladimir Ozerov
            Assignee: Alexander Paschenko
             Fix For: 2.1


We need to add predefined templates which will always be available on the node. Let's avoid adding them to node configuration to avoid cache data sharing on node startup. Instead, let's just create them on-fly when certain template name is found.

Proposed templates:
1) "PARTITIONED" => {{new CacheConfiguration().setCacheMode(PARTITIONED)}}
2) "REPLICATED" => {{new CacheConfiguration().setCacheMode(REPLICATED)}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)