I'm new to OrientDB. I would like to use the functionalities of OrientDB, however, my mind is a little bit confused with the usage of @rid function.
I have read the web documentation of the application and group discussions, and I am trying to figure out the concepts.
I apologise for any cross-posting about the issue. I couldn’t understand the usage of (@rid). In an online application, how do we understand and use the @rid value of a vertex or node?
Do we have to use all of them? How can we traverse without using @rid? How can we be sure about the 11:4 value in a framework that produces such kind of dynamic query?
select from 11:4 where any() traverse(0,10) (address.city = 'Rome')