Category Archives: orientdb

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

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

OrientDB – Alter Database Database is a one of the important data models with different attributes that you can modify as per your requirements. The following statement is the basic syntax of the Alter Database command. ALTER DATABASE <attribute-name> <attribute-value> Where <attribute-name> defines the attribute that you want to modify and <attribute-value> defines the value […]