Thank you Luca, now it seems it works very good.

Best regards.

Il 20/06/2016 15:01, Luca Garulli ha scritto:
> Hi Fabio,
> 
> Sorry I didn't read your last message. You're right, indexes works only
> at class level. We have a proposal to support indexes at cluster level,
> but in the meanwhile you can create one class per cluster that extend
> the base "demo":
> 
> create class demo15q4 extends demo
> create index demo15q4.primaryid on demo15q4(primaryid) UNIQUE_HASH_INDEX
> create class demo15q5 extends demo
> create index demo15q5.primaryid on demo15q5(primaryid) UNIQUE_HASH_INDEX
> ...
> 
> 
> In this case both queries would work with index:
> 
> SELECT FROM demo WHERE primaryid = 117596311
> SELECT FROM demo15q4 WHERE primaryid = 117596311
> 
> 
> Best Regards,
> 
> Luca Garulli
> Founder & CEO
> OrientDB LTD <http://orientdb.com/>

-- 
Fabio Rinnone
Skype: fabiorinnone
Web: http://www.fabiorinnone.eu

-- 

--- 
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.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to