Hi Hung Tran, I understand, unfortunately it is not currently possible to create indexes across multiple classes. Could you try with this SB-TREE index ?
CREATE INDEX EntityInfo.State ON EntityInfo (State) NOTUNIQUE instead of your HASH_INDEX CREATE INDEX EntityInfo.State ON EntityInfo (State) NOTUNIQUE_HASH_INDEX Luca -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
