[
https://issues.apache.org/jira/browse/IGNITE-16766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko reassigned IGNITE-16766:
----------------------------------------
Assignee: Kirill Tkalenko
> 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
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
>
> 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)