Hi, I'm working on a PoC where I need to maintain a file-system like hierarchy (e.g /Root/Folder 1/Folder 2/File).
Each entry is represented by an OrientDB record that has a 'name' and 'children' properties. Most operations will be accessed via the path parameter so I'm looking for the most efficient way to query by path and also a way to update sub-folder/file paths in the event of a rename. The best approach I've thought of is to maintain a Key-Value index in OrientDB storing the path as the key and the rid in the value. Can someone suggest a more appropriate way? Also, is there any way to get OrientDB to assemble paths (e.g. using traverse, $path or $stack)? I've tried various combinations but nothing is quite right. Many thanks! -- --- 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.
