Category Archives: orientdb

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

OrientDB – Truncate Record Truncate Record command is used to delete the values of a particular record. The following statement is the basic syntax of the Truncate command. TRUNCATE RECORD <rid>* Where <rid>* indicates the Record ID to truncate. You can use multiple Rids separated by comma to truncate multiple records. It returns the number […]

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

OrientDB – Config Database In this chapter, you can learn how to display the configuration of a particular database through OrientDB command line. This command is applicable for both local and remote databases. Configuration information contains default cache either enabled or not, the size of that cache, the load factor value, max memory for map, […]