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 […]
Category Archives: orientdb
OrientDB – Info Database This chapter explains how to get information of a particular database from the OrientDB command line. The following statement is the basic syntax of the Info command. info Note − You can use this command only after connecting to a particular database and it will retrieve the information of only the […]
OrientDB – List Database This chapter explains how to get the list of all databases in an instance from the OrientDB command line. The following statement is the basic syntax of the info command. LIST DATABASES Note − You can use this command only after connecting to a local or remote server. Example Before retrieving […]