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

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

OrientDB – Backup Database Like RDBMS, OrientDB also supports the backup and restore operations. While executing the backup operation, it will take all files of the current database into a compressed zip format using the ZIP algorithm. This feature (Backup) can be availed automatically by enabling the Automatic-Backup server plugin. Taking backup of a database […]