Orient DB
Orient DB
S.Nithisha
M.Mounkia
Overview
• Introduction
• Orient DB vs Mongo DB
• Multi-model
• Document Model
• Graph Model
• Key/Value Model
• Object Model
• Class and Cluster
• Links
• Usecases
Introduction
Relationships Uses the RDBMS JOINS to create Embeds and connects documents
relationship between entities. It has like relational database. It uses
high runtime cost and does not direct, super-fast links taken from
scale when database scale graph database world.
increases.
Transactions Doesn’t support ACID transactions, Supports ACID transactions as well
but it supports atomic operations. as atomic operations.
Triggers yes hooks
By treating every edge and vertex as a JSON document, OrientDB allows properties to be
assigned within relationships (links) themselves and does away with document stores all together.
Its graph capabilities enable parts of or entire trees and graphs of records to be analyzed in just a
few milliseconds.
When it comes to quickly reading client data to find suspicious activity, multiple systems are
simply not an as effective.
Cntd....