Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Since different storage engines have various parameters which could be taken into account (e.g. DataRegion for page memory based storage) it should be possible to pass these parameters into aforementioned statements using WITH keyword. For example:
CREATE TABLE <table_name> ( <table_schema> ) ENGINE <storage_engine_name> WITH dataRegion=<data_region_name>;
See also: https://issues.apache.org/jira/browse/IGNITE-16765
Attachments
Issue Links
- depends upon
-
IGNITE-16765 Support creation of table for specific storage engine
- Open
-
IGNITE-16691 Storage Configuration refactoring and improvements
- Resolved
- links to