Any updates on this issue? We are looking at using OrientDB for a project where we want to use a graph to represent state in our system that changes over time. In our case, we want to be able to copy that state, which effectively means copying a graph or sub-graph. As far as I can tell, this can only be done from one database to another via export/import, or manually traversing and duplicating. Is there a better way than either of those?
Alex On Wednesday, December 3, 2014 at 2:10:33 PM UTC-5, Lvc@ wrote: > > Hi Matthias, > I think this feature is very interesting. Would you like to open a new > issue explaining which are your needs on cloning? > > Lvc@ > > > On 3 December 2014 at 09:09, Riccardo Tasso <[email protected] > <javascript:>> wrote: > >> What about first export and then import the database? >> >> >> http://www.orientechnologies.com/docs/1.7.8/orientdb.wiki/Console-Command-Export.html >> >> Cheers, >> Riccardo >> >> 2014-12-01 12:13 GMT+01:00 matthiashd <[email protected] >> <javascript:>>: >> >>> is there an easy way to make a deep copy/clone of an entire subgraph >>> including all vertices and edges? >>> >>> thanks and regards >>> matthias >>> >>> -- >>> >>> --- >>> 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] <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.
