Console - DICTIONARY GET Console - DICTIONARY GET Displays the value of the requested key, loaded from the database dictionary. Syntax DICTIONARY GET <key> <key> D...
Console - DICTIONARY REMOVE Console - DICTIONARY REMOVE Removes the association from the database dictionary. Syntax DICTIONARY REMOVE <key> <key> Defines the key t...
SQL - DROP CLASS SQL - DROP CLASS Removes a class from the schema. Syntax DROP CLASS <class> [ UNSAFE ] <class> Defines the class you want to remove. UNSAFE D...
Console - RELEASE DATABASE Console - RELEASE DATABASE Releases database from a frozen state, from where it only allows read operations back to normal mode. Execution requires...
Export Format Sections Info Section Clusters Section Schema Section Records Section Full Example Export Format When you run the EXPORT DATABASE command, OrientDB exports...
SQL - TRUNCATE CLASS SQL - TRUNCATE CLASS Deletes records of all clusters defined as part of the class. By default, every class has an associated cluster with the same name...
Console - DICTIONARY PUT Console - DICTIONARY PUT Binds a record to a key in the dictionary database, making it accessible to the DICTIONARY GET command. Syntax DICTIONA...
Command Cache Settings Eviction strategies Command Cache Starting from release 2.2, OrientDB supports caching of commands results. Caching command results has been used by oth...
Release 2.1.x What’s new? Live Query Migration from 2.0.x to 2.1.x Difference function Strict SQL parser Object database Distributed architecture API changes ODatabaseDocumen...