Category Archives: orientdb

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

OrientDB – Delete Record Delete Record command is used to delete one or more records completely from the database. The following statement is the basic syntax of the Delete command. DELETE FROM <Class>|cluster:<cluster>|index:<index> [LOCK <default|record>] [RETURN <returning>] [WHERE <Condition>*] [LIMIT <MaxRecords>] [TIMEOUT <timeout>] Following are the details about the options in the above syntax. LOCK […]

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

OrientDB – Export Database Like RDBMS, OrientDB also provides features like Export and Import the database. OrientDB uses the JSON format to export the data. By default export command is using the GZIP algorithm to compress the files. While exporting a database it is not locking the database, which means you can perform concurrent read […]