Hi. The old API is deprecated is not because of performance issues. Performance is question of data structure and algorithm beneath of database but we would be able to use all data structures with new and old API. The main reasons of deprecation of old API are:
1. Better usability of new API. 2. Good documentation and support among of many vendors. You can download old API from maven repository http://central.maven.org/maven2/com/orientechnologies/orientdb/1.5.1/ On Thu, May 22, 2014 at 6:44 PM, Junmei Liu <[email protected]> wrote: > Hi all, > > Please help me out and correct me if I am wrong. I believe the latest > version of Tinkerpop's blueprint is deemed as the latest API for orient db. > > I am actually hunting to download the deprecated or OLD API for orient DB. > (e.g. ODatabaseGraphTx, OGraphVertex, OGraphEdges ...) > > 1. Could any one please direct me where can I *download* the old API - I > am doing it for a performance analysis comparing the latest API with the > oldest one. > 2. Because I am really curious what is the major reason for deprecating > the old API and moving to the new one. I want to find out for which > performance issues was the > decision made or things like that ... > > Thankyou > > -- > > --- > 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. > -- 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/d/optout.
