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

Till updated ASTERIXDB-2182:
----------------------------
    Labels: triaged  (was: )

> 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
>            Priority: Major
>              Labels: triaged
>
> 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
(v7.6.3#76005)

Reply via email to