OrientDB Tutorial Job Search 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 Graph DBMS. It is written in Java and is amazingly fast. It can store 220,000 records per second on commodity hardware. In the following chapters of […]
Category Archives: orientdb
OrientDB – Overview OrientDB is an Open Source NoSQL Database Management System. NoSQL Database provides a mechanism for storing and retrieving NO-relation or NON-relational data that refers to data other than tabular data such as document data or graph data. NoSQL databases are increasingly used in Big Data and real-time web applications. NoSQL systems are […]
OrientDB – Data Types OrientDB supports several data types natively. Following is the complete table on the same. Sr. No. Type Description 1 Boolean Handles only the values True or False. Java types: java.lang.Boolean Min: 0 Max: 1 2 Integer 32-bit signed integers. Java types: java.lang.Interger Min: -2,147,483,648 Max: +2,147,483,647 3 Short Small 16-bit signed […]