You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2018/04/18 10:23:00 UTC

[jira] [Updated] (IGNITE-5780) DDL: support custom schema creation

     [ https://issues.apache.org/jira/browse/IGNITE-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Gura updated IGNITE-5780:
--------------------------------
    Fix Version/s:     (was: 2.5)
                   2.6

> DDL: support custom schema creation
> -----------------------------------
>
>                 Key: IGNITE-5780
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5780
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Denis Magda
>            Priority: Major
>             Fix For: 2.6
>
>
> Presently if the one creates a SQL table using DDL "CREATE TABLE" command then the table will be bound to the default "PUBLIC" schema. All the tables created this way will fall under this rule.
> Ignite has to support the following:
> * custom schema creation with "CREATE SCHEMA" command.
> * provide an ability to assign any table created with "CREATE TABLE" name to a custom schema.
> * schema and table configured this way has to survive restarts meaning that Ignite Persistent Store has to preserve the configuration parameters.



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