[
https://issues.apache.org/jira/browse/IGNITE-16766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525870#comment-17525870
]
Semyon Danilov commented on IGNITE-16766:
-----------------------------------------
The patch looks good to me and it also has another approval. Thank you for the
contribution, merged to the main branch.
> 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
> Fix For: 3.0.0-alpha5
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> 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.7#820007)