What I have seen during some profiling sessions with Object API, is that the main slowness comes from creating proxy instances and heavily using reflection to fill object fields and creating an object tree. Especially javassist.util.proxy.ProxyFactory.create() seems to eat up some time, but I have no idea whether that can actually be made faster.
Wouter Op maandag 15 juni 2015 14:05:30 UTC+2 schreef Chaitanya Reddy: > > Hi > > It looks like ObjectDb also pretty cool. Why is it 50% slower compared > with DocumentDb? > > Thank you > Chaitanya > -- --- 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.
