Discuss OrientDB, OrientDB is an Open Source NoSQL Database Management System, which contains the features of traditional DBMS along with the new features of both Document and Gr…Read More
OrientDB – Useful Resources, The following resources contain additional information on OrientDB. Please use them to get more in-depth knowledge on this.…Read More
OrientDB – Quick Guide, OrientDB is an Open Source NoSQL Database Management System. NoSQL Database provides a mechanism for storing and retrieving NO-relation or NON-relational data t…Read More
OrientDB – Python Interface, OrientDB driver for Python uses the binary protocol. PyOrient is the git hub project name which helps to connect OrientDB with Python. It works with OrientDB ve…Read More
OrientDB – Java Interface, Similar to RDBMS, OrientDB supports JDBC. For this, first we need to configure the environment for JDBC programming. Following is the procedure to create a conn…Read More
OrientDB – Studio, OrientDB provides a web UI to carry out database operations through GUI. This chapter explains the different options available in OrientDB.…Read More
OrientDB – Security, Like RDBMS, OrientDB also provides security based on well-known concepts, users, and roles. Each database has its own users and each user has one or more roles.…Read More
OrientDB – Upgrading, While upgrading, you have to consider the version number and the format. There are three types of formats – MAJOR, MINOR, PATCH.…Read More
OrientDB – Performance Tuning, In this chapter, you can get some general tips on how to optimize your application that uses OrientDB. There are three ways to increase the performance for diff…Read More
OrientDB – Logging, OrientDB uses the Java Logging framework bundled with Java Virtual Machine. OrientDB’s default log format is managed by OLogFormatter class.…Read More