Re: [orientdb] InvolvedIndex issue when executing Explain query

2018-11-19 Thread Luigi Dell'Aquila
Hi I'm not sure I got the point, could you please provide a full SQL script to reproduce the problem? Thanks Luigi Il giorno sab 17 nov 2018 alle ore 06:29 axon musthaq ha scritto: > i have created several indexes in an vertex class > > example > > VERTEX > 1.employee as an index firstname >

[orientdb] InvolvedIndex issue when executing Explain query

2018-11-16 Thread axon musthaq
i have created several indexes in an vertex class example VERTEX 1.employee as an index firstname 2.class employee_details as an index company EDGE employee_belongs_company i wrote a query select firstname,out('employee_belongs_company').company from employee when i execute above query