Hi Jing, Good question. autoScaleEdge means that if you have only one edge, OrientDB uses a LINK. As soon as you have 2 edges, it transforms the LINK in a LINKSET. We disabled this, because users could have problem managing double cases, rather that just a collection of LINK (LINKSET).
If you are using Java API (that hides this) and you have many vertices with 0-1 edges, I suggest you to set it to *true*. Lvc@ On 27 January 2015 at 18:27, Jing Chen <[email protected]> wrote: > 1.7 uses autoScaleEdge, but 2.0 turns it off by default. Which setting has > better performance? > > Thanks, > Jing > > -- > > --- > 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.
