You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Murtadha Makki Al Hubail (Jira)" <ji...@apache.org> on 2020/09/10 12:24:00 UTC

[jira] [Resolved] (ASTERIXDB-2769) Allow node group to be specific in dataset's (with) record in DDL

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

Murtadha Makki Al Hubail resolved ASTERIXDB-2769.
-------------------------------------------------
    Resolution: Done

> Allow node group to be specific in dataset's (with) record in DDL
> -----------------------------------------------------------------
>
>                 Key: ASTERIXDB-2769
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2769
>             Project: Apache AsterixDB
>          Issue Type: Task
>          Components: SQL - Translator SQL++
>    Affects Versions: 0.9.6
>            Reporter: Murtadha Makki Al Hubail
>            Assignee: Murtadha Makki Al Hubail
>            Priority: Major
>             Fix For: 0.9.6
>
>
> Currently a dataset's node group is specified using the "ON nodegroup_name" syntax as part of the DDL. To allow for more flexible syntax, we should make specifying the node group part of the "WITH" record in a dataset's DDL. E.g.:
> {noformat}
> CREATE  DATASET ds(some_type)
> PRIMARY KEY some_key 
> WITH {"node-group":{"name":"nodegroup_name"}};
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)