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…
OrientDB related blog…
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…
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…
Whenever you want to import the database, you must use the JSON format exported file, which is generated by export command. In this chapter you can learn how to import…
Like RDBMS, OrientDB also provides features like Export and Import the database. OrientDB uses the JSON format to export the data. By default export command is using the GZIP algorithm…
In this chapter, you can learn how to display the configuration of a particular database through OrientDB command line. This command is applicable for both local and remote databases. Configuration…
In this chapter, you can learn how to release the database from the freeze state through OrientDB command line. The following statement is the basic syntax of the Release database…
Whenever you want to make the database state as static it means a state where the database didn’t respond to any of the read and write operations. Simply said, the…
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.…
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…
This chapter explains how to disconnect to a particular database from the OrientDB command line. It closes the currently open database. The following statement is the basic syntax of the…