OrientDB – Logging OrientDB uses the Java Logging framework bundled with Java Virtual Machine. OrientDB”s default log format is managed by OLogFormatter class. The following statement is the basic syntax of logging command. <date> <level> <message> [<requester>] Following are the details about the options in the above syntax. <date> − It is the log date […]
Category Archives: orientdb
OrientDB – Caching Caching is a concept that will create a copy of the database table structure providing a comfortable environment for the user applications. OrientDB has several caching mechanisms at different levels. The following illustration gives an idea about what caching is. In the above illustration DB1, DB2, DB3 are the three different database […]
OrientDB – Create Cluster Cluster is an important concept in OrientDB which is used to store records, documents, or vertices. In simple words, cluster is a place where a group of records are stored. By default, OrientDB will create one cluster per class. All the records of a class are stored in the same cluster, […]