Andrey N. Gura created IGNITE-16766:
---------------------------------------

             Summary: Support storage engine configuration parameters during 
table creation.
                 Key: IGNITE-16766
                 URL: https://issues.apache.org/jira/browse/IGNITE-16766
             Project: Ignite
          Issue Type: Task
            Reporter: Andrey N. Gura


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:

{code:sql}
CREATE TABLE <table_name> (
    <table_schema>
) 
ENGINE <storage_engine_name> 
WITH dataRegion=<data_region_name>;
{code}

See also: https://issues.apache.org/jira/browse/IGNITE-16765




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to