You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Uttsel (Jira)" <ji...@apache.org> on 2022/12/23 07:34:00 UTC

[jira] [Assigned] (IGNITE-18141) Add ability to bind tables with distribution zones on table creation

     [ https://issues.apache.org/jira/browse/IGNITE-18141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Uttsel reassigned IGNITE-18141:
--------------------------------------

    Assignee: Sergey Uttsel

> Add ability to bind tables with distribution zones on table creation
> --------------------------------------------------------------------
>
>                 Key: IGNITE-18141
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18141
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexander Lapin
>            Assignee: Sergey Uttsel
>            Priority: Major
>              Labels: ignite-3
>
> h3. Motivation
> In order to bind table to some non-default distribution zone following syntax is suggested
> {code:java}
> CREATE TABLE ... WITH PRIMARY_ZONE = primary_zone; {code}
> h3. Definition of Done
>  * It's possible to create table binded to any existing distribution zone using suql with syntax.
>  * It's not possible to change distribution zone - corresponding exception should be thrown. 
> h3. Implementation Notes
> Seems that it'll be necessary to add zone link to table configuration, probably using zone id. Let's check how it works for index to table bindings. 
> Within the scope of with syntax processing we may use with replicas as a reference implementation.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)