OrientDB – Move Vertex Move Vertex command in OrientDB is to move one or more vertices from current location to different class or cluster. If you are applying move command on a particular vertex, then it will update all the edges that are connected to this vertex. If you are specifying a cluster to move […]
Category Archives: orientdb
OrientDB – Studio OrientDB provides a web UI to carry out database operations through GUI. This chapter explains the different options available in OrientDB. Studio Homepage Studio is a web interface for the administration of OrientDB that comes in bundle with the OrientDB distribution. First, you need to start the OrientDB server using the following […]
OrientDB – Reload Record Reload Record also works similar to Load Record command and is also used to load a particular record from the schema. Load record will load the record with the help of Record ID. It is represented with @rid symbol in the result-set. The main difference is Reload record ignores the cache […]