OrientDB – Commit Database Similar to RDBMS, OrientDB also provides transaction concepts like Commit and Rollback. Commit refers to closing the transaction by saving all changes to the database. Rollback refers to recovering the database state to the point where you opened the transaction. The following statement is the basic syntax of the Commit database […]
Author Archives: user
OrientDB – Rollback Database In this chapter, you will learn how to roll back the un-committed transaction through the OrientDB command line interface. The following statement is the basic syntax of the Rollback database command. ROLLBACK Note − You can use this command only after connecting to a particular database and after beginning the transaction. […]
OrientDB – Optimize Database As per technical terminology Optimization means “Achieve the better possible performance in the quickest amount of time.” With reference to database, optimization involves maximizing the speed and efficiency with which data is retrieved. OrientDB supports lightweight edges, which means a direct relation between the data entities. In simple terms, it is […]