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/08/21 18:46:00 UTC

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

Murtadha Makki Al Hubail created ASTERIXDB-2769:
---------------------------------------------------

             Summary: 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
             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)