Hi, You do not need to insert them as separate insertions. Just create all objects at once and store root document everything will be stored and links will be updated automatically.
Also with what kind of database do you work graph of document ? if you use document database usage of LINKSET is OK. If you work with graph database you should connect vertexes through edges. Also you should do it in single tx to avoid data consistency problems in case if you will have errors during insertions. Our users report that insertion speed is at least 1500 rec/s (2/3 ms for single record) so insertion of 5 records for a second (it should be about 5 ms for such small amount of data) is indication that something is really wrong. Could you send me example of database and code which you use to import data ? -- 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.
