Category Archives: orientdb

Khóa học miễn phí OrientDB – Overview nhận dự án làm có lương

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 […]

Khóa học miễn phí OrientDB – Data Types nhận dự án làm có lương

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 […]