Hi Michela, I already have such index, but it does not help to speed up. That is really causing a major issue for my application on tables which have more few ten thousand of records.
In ORM world, a component like EntityInfo is really useful. In a relational database, I could create a mapped column like EntityInfo_State, so it could be still index-able, but it seems to be impossible with OrientDB for now. Any idea will be really appreciated. My Best, Hung Tran On Thursday, January 21, 2016 at 4:38:33 AM UTC+7, [email protected] wrote: > > Hi Hung, > > you can't create an index in this way, if you want create it on > EntityInfo.State property you can use this command: > > CREATE INDEX EntityInfo.State ON EntityInfo (State) NOTUNIQUE_HASH_INDEX > > Hope it helps. > > Regards, > Michela > -- --- 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.
