Hi!

“When the CREATE TABLE command is executed, the name of the cache is
generated with the following format- SQL_{SCHEMA_NAME}_{TABLE}. Use the
CACHE_NAME parameter to override the default name.” 

So if you want to create a table under a specific schema use CREATE TABLE
“SCHEMA_NAME”.TABLE ... using sql fields query Rest Api operation
(https://apacheignite.readme.io/docs/rest-api#sql-fields-query-execute),
please note that operation’s paramerter cacheName is only used as base
schema for statement execution, so you can set it to any available cache.

Refer to https://apacheignite-sql.readme.io/docs/create-table for more info



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to