[
https://issues.apache.org/jira/browse/IGNITE-16765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571318#comment-17571318
]
Konstantin Orlov commented on IGNITE-16765:
-------------------------------------------
Have changed the ticket description because the first part was done in
IGNITE-16766.
> Support creation of table for specific storage engine
> -----------------------------------------------------
>
> Key: IGNITE-16765
> URL: https://issues.apache.org/jira/browse/IGNITE-16765
> Project: Ignite
> Issue Type: Task
> Reporter: Andrey N. Gura
> Priority: Major
> Labels: ignite-3
>
> To make the work with scripts more convenient, we need to support an ability
> to change default storage engine for an entire script.
> From user's point of view it should look like this:
> {code:sql}
> SET default_engine = <storage_engine_name>;
> CREATE TABLE <table_name> (
> <table_schema>
> );
> {code}
> The scope of the SET expression is limited by DDL script execution context.
> So, within this ticket we should introduce a support for SET command as well
> as execution context that is bound to a script lifecycle.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)