Re: Create Same Table Name for Different caches Using SQl Api

2018-11-27 Thread Ilya Kasnacheev
Hello! CREATE TABLE can only create tables in PUBLIC schema so no, you can't create two tables with identical name. But you also don't need to, because table name is not linked to type name when using SQL. Regards, -- Ilya Kasnacheev вт, 27 нояб. 2018 г. в 14:00, siva : > Hi, > > I am using

Create Same Table Name for Different caches Using SQl Api

2018-11-27 Thread siva
Hi, I am using SQL API to create tables. while creating two tables with different cache names its throwing exception like table already created. Ignite ignite = Ignition.ignite(); IgniteCache cache = ignite.getOrCreateCache(new