Hi Eric, Moving records from a cluster to another is not supported, because re-calculating link references is a very expensive operation. There is a MOVE VERTEX command that (as you can guess) is specific to vertices, it takes into consideration edges and re-attaches them correctly
Thanks Luigi 2017-11-21 5:11 GMT+01:00 Eric24 <[email protected]>: > It's easy to add more storage capacity to a Class by simple creating and > adding a new Cluster to that Class. There is also a way to remove a Cluster > from a Class, but this doesn't "redistribute" the data in that Cluster to > other Clusters in the Class. Is that function supported "automatically" > (i.e. in any way other than to write code to scan through the RIDs in the > removed Class and create new records in one of the remaining classes)? > > -- > > --- > 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. > -- --- 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.
