I have a schema where Vertex Item -> Edge Tagged -> Vertex Tag
Vertex Tag is indexed on Tag.tag I need to update all Items that have a particular Tag. This is how I'm doing it. *update Item set field1 = 'someValue' where @rid in (select in() from Tag > where tag = 'a tag')* Is there a better way? More generally, is there a way to follow along the edge connections and update the connected vertices? -- --- 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.
