You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till (JIRA)" <ji...@apache.org> on 2017/12/01 03:07:00 UTC

[jira] [Created] (ASTERIXDB-2182) Use JSON-like representation for parameters

Till created ASTERIXDB-2182:
-------------------------------

             Summary: Use JSON-like representation for parameters
                 Key: ASTERIXDB-2182
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2182
             Project: Apache AsterixDB
          Issue Type: Improvement
          Components: AQL - Translator AQL, SQL - Translator SQL++
            Reporter: Till


Currently parameters to statements in SQL++ and AQL are provided using a custom syntax, e.g.
{noformat}
create dataset LineItem(LineItemType) primary key l_orderkey, l_linenumber 
using compaction policy correlated-prefix
    (("max-mergable-component-size"="1048576"),
     ("max-tolerance-component-count"="3"));
{noformat}
Instead of using this custom syntax, we should use a JSON-like syntax that aligns better with our data model.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)