Hi, as far as I know RIDs represents by their nature physical addresses. Thus accessing a document/vertex by its RID is always O(1), costant time. You don't need to index them.
Cheers, Riccardo 2015-06-11 7:38 GMT+02:00 scott molinari <[email protected]>: > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- 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.
