Did some simple queries already. First version I tried baout a month ago was slow, reported it, current version seems to be a lot faster...
So the claims they made about the binary protocol being significantly faster seem to be coming true... *Some tests comparing query through Rest versus through oriento:* *Query = *select from school *Query 2 = *select getSchoolV1( 'a2a3e1be-a3a4-11e3-ace8-005056872b95 fetchplan *:1' ) 10x Query through *REST* took 34437 milliseconds. That's 0.29038534134796873 per second, and 3443.7 ms per event. 10x Query 2 through *REST* took 136 milliseconds. That's 73.52941176470588 per second, and 13.6 ms per event. 10x Query through *Binary* took 22713 milliseconds. That's 0.44027649363800464 per second, and 2271.3 ms per event. 10x Query 2 through *Binary* took 81 milliseconds. That's 123.45679012345678 per second, and 8.1 ms per event. Op vrijdag 11 april 2014 01:02:53 UTC+2 schreef Lvc@: > > Hi, > This Node.js driver has very clean API, it's based on binary protocol and > it's aligned to OrientDB 1.7*. Anyone already tried it? > > Lvc@ > > > On 10 April 2014 20:23, Al <[email protected] <javascript:>> wrote: > >> https://www.npmjs.org/package/oriento >> >> -- >> >> --- >> 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/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.
