Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
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:
SET default_engine = <storage_engine_name>; CREATE TABLE <table_name> ( <table_schema> );
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.
Attachments
Issue Links
- depends upon
-
IGNITE-16691 Storage Configuration refactoring and improvements
- Resolved
- is blocked by
-
IGNITE-16960 Sql. Script execution using java public API
- Resolved
- is depended upon by
-
IGNITE-16766 Support storage engine configuration parameters during table creation.
- Resolved