>From what I understand, RIDs are not indexed per se. They are actual 
addresses so there are one better than an index. 

Indexes in OrientDB are sparse by default. You'd have to use something like 
following to include null values

CREATE INDEX addresses ON Employee (address) notunique 
*METADATA {ignoreNullValues : false}*

On Wednesday, June 10, 2015 at 10:38:06 PM UTC-7, scott molinari wrote:
>
> I was wondering, is an index automatically created on the RID? I would 
> imagine it is, just wanted to be sure. 
>
> Also, are there any plans to create something like a sparse index in 
> MongoDB? Or does Orient already have this capability?
>
> Scott
>

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to