Denis Magda created IGNITE-5780:
-----------------------------------
Summary: 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
Fix For: 2.3
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
(v6.4.14#64029)