Hi, I have a potential use case where I have a very high number of edges (millions) for a document and I'm wondering if I should change them to one-directional links from the other site.
Is there a practical limit to the number of edges for a vertex? (not theoretical) This is not a common case so I wonder if I should leave the oversize attribute at 2 or increase the default. Regards, -Stefán On Friday, 24 January 2014 09:28:08 UTC, Andrey Lomakin wrote: > > Hi Stefan, > It affects edge creation so better do not set it to 0 > > > > On Fri, Jan 24, 2014 at 10:49 AM, <[email protected] <javascript:> > > wrote: > >> Hi, >> >> I'm persisting vertexes as append-only which will not be altered. >> In some cases edges might be added later for that that document (ACL). >> >> Is it good for me to set oversize=0 or does that in any way affect the >> creation of the new edges? >> >> Regards, >> - Stefan >> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Best regards, > Andrey Lomakin. > > Orient Technologies > the Company behind OrientDB > > -- --- 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/groups/opt_out.
