Posted On: Jan 08, 2021
OrientDB is an open-source NoSQL database management system that is written in Java. It supports a Multi-model database, supporting graph, document, key/value, and object models. It offers several indexing mechanisms based on B-tree and Extendible hashing, the last one is known as "hash index". It implements LSM-tree and Fractal tree index based indexes.
Never Miss an Articles from us.
Few advantages of OrientDB are listed below:It is integration of Many database modules into one db. It provides good user profile based security system. It has SQL engine developed from scratch ...
The differences between MongoDB and OrientDB are as follows:MongoDB OrientDBDoesn't require a unified data structure. Multi-model database (document, object, graph).Easy to scale...
Yes, OrientDB supports transactions ACID properties....