1.

What are the advantages of OrientDB?

Answer»
  • Many database MODULES INTEGRATED into one db.
  • Good user profile based security system.
  • SQL engine developed from scratch to improve performance.
  • Storage caching better for reducing latency.
  • Remote connection with increased transaction isolation.
5. What is the difference between MongoDB and OrientDB?
S.noMongoDBOrientDB
1.MongoDB does not support ACID transactions, but MongoDB supports atomic operations.OrientDB supports both ACID transactions and atomic operations.
2.MongoDB has its own language which is based on JSONThe query language is fundamentally built on SQL.
3.MongoDB USES B-Tree algorithm for all the indexes.OrientDB helps three DIFFERENT indexing algorithms so that the user can achieve the best performance.


Discussion

No Comment Found