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

Ildar Absalyamov resolved ASTERIXDB-1225.
-----------------------------------------
    Resolution: Won't Fix

Closing the issue for the lack of real use cases and overcomplicating 
index-related optimization logic

> Allow creating multiple open indexes on promotable types
> --------------------------------------------------------
>
>                 Key: ASTERIXDB-1225
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1225
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: Data Model, Optimizer
>            Reporter: Ildar Absalyamov
>            Assignee: Ildar Absalyamov
>            Priority: Minor
>
> Allow creating multiple open indexes on promotable types and pick the right 
> index during the optimization.
> {noformat}
> drop dataverse test if exists;
> create dataverse test;
> use dataverse test;
> create type Emp as open {
> id:int64,
> fname:string,
> lname:string,
> dept:string
> }
> create dataset employee(Emp) primary key id;
> create index idx_employee_age32 on employee(age:int32) enforced;
> create index idx_employee_age64 on employee(age:int64) enforced;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to