Re: Will ignite support the CREATE SCHEMA statement?

2019-08-15 Thread Alexander Korenshteyn
Hi,
   Ignite does not support CREATE SCHEMA at this time.
   You can create schemas via configuration:




MY_SCHEMA
MY_SECOND_SCHEMA



then use it when connecting:
more info https://apacheignite-sql.readme.io/docs/schemas


via config or programmatically using CacheConfiguration.setSqlSchema



   more details here:
https://apacheignite-sql.readme.io/docs/schema-and-indexes
Thanks, Alex

On Thu, Aug 15, 2019 at 5:03 AM liyuj <18624049...@163.com> wrote:

> Hi,
>
> Will ignite support the CREATE SCHEMA statement?
>
>


Will ignite support the CREATE SCHEMA statement?

2019-08-15 Thread liyuj

Hi,

Will ignite support the CREATE SCHEMA statement?