Author Archives: user

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

OrientDB – Commit Database Similar to RDBMS, OrientDB also provides transaction concepts like Commit and Rollback. Commit refers to closing the transaction by saving all changes to the database. Rollback refers to recovering the database state to the point where you opened the transaction. The following statement is the basic syntax of the Commit database […]

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

OrientDB – Drop Database Similar to RDBMS, OrientDB provides the feature to drop a database. Drop database refers to removing a database completely. The following statement is the basic syntax of the Drop database command. DROP DATABASE [<database-name> <server-username> <server-user-password>] Following are the details about the options in the above syntax. <database-name> − Database name […]

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

OrientDB – Optimize Database As per technical terminology Optimization means “Achieve the better possible performance in the quickest amount of time.” With reference to database, optimization involves maximizing the speed and efficiency with which data is retrieved. OrientDB supports lightweight edges, which means a direct relation between the data entities. In simple terms, it is […]