OrientDB – Config Database 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 information contains default cache either enabled or not, the size of that cache, the load factor value, max memory for map, […]
Category Archives: orientdb
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. […]
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 […]