OrientDB – Release Database 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 command. RELEASE DATABASE Note − You can use this command only after connecting to a particular database, which is in freeze […]
OrientDB – Export Database 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 to compress the files. While exporting a database it is not locking the database, which means you can perform concurrent read […]
OrientDB – Freeze 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 database is in freeze state. In this chapter, you can learn how to freeze the database from the OrientDB command line. […]