OrientDB


title: "OrientDB" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["free-database-management-systems", "document-oriented-databases", "distributed-computing-architecture", "structured-storage", "nosql", "graph-databases"] topic_path: "technology/databases" source: "https://en.wikipedia.org/wiki/OrientDB" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox software"]

FieldValue
logoOrientDB logo.svg
developerOrientDB Ltd
released
latest release version3.2.44
latest release date
programming languageJava
platformJava SE
genreDocument-oriented database, Graph database, Multi-model database
licenseApache 2 License
website
::

| name = | logo = OrientDB logo.svg | screenshot = | caption = | developer = OrientDB Ltd | released = | latest release version = 3.2.44 | latest release date = | programming language = Java | platform = Java SE | genre = Document-oriented database, Graph database, Multi-model database | license = Apache 2 License | website =

OrientDB is an open source NoSQL database management system written in Java. It is a Multi-model database, supporting graph, document and object models, the relationships are managed as in graph databases with direct connections between records. It supports schema-less, schema-full and schema-mixed modes. It has a strong security profiling system based on users and roles and supports querying with Gremlin along with SQL extended for graph traversal. OrientDB uses several indexing mechanisms based on B-tree and Extendible hashing, the last one is known as "hash index". Each record has Surrogate key which indicates the position of the record on disk. Links between records (edges) are stored either as the record's position stored directly inside of the referrer or as B-tree of record positions (so-called record IDs or RIDs), that serves as a container of RIDs, which allows fast traversal (with O(1) complexity) of one-to-many relationships and fast addition/removal of new links. OrientDB is the 6th most popular graph database according to the DB-Engines graph database ranking, as of January 2024.

The development of OrientDB relies on an open-source community. The project uses GitHub to manage the sources, contributors and versioning.

Engine

OrientDB is built with a multi-model graph/document engine. While OrientDB includes a SQL layer, the support for edges effectively means that these may be used to traverse relationships rather than employing a JOIN statement. OrientDB handles every record / document as an object and the linking between objects / documents is implemented using direct pointers to the record's positions on disk. This leads to quick retrieval of related data as compared to joins in an RDBMS.

Editions & licenses

OrientDB Community Edition is free for any use under the Apache 2 license. There is no commercial version of OrientDB.

Applications

History

OrientDB was originally authored by Luca Garulli in 2010. Luca wrote it as a Java rewrite of the fast persistent layer of Orient ODBMS database (originally developed by Luca Garulli in 1999 in C++). During 2012–2014 years storage engine was redeveloped by Andrii Lomakin. It has got a new name "plocal" which stands for "paginated local". This name implies that the new storage engine is based on the concept of the splitting of data files by pages and page is treated as a single atomic unit of change. Since 2012, the project is being sponsored by OrientDB LTD (former Orient Technologies LTD), a for-profit company with Luca as its CEO and founder. In 2013 Andrii Lomakin has joined the company as R&D lead engineer and company's co-owner.

The first time the word "multi-model" has been associated to the databases was on May 30, 2012, in Cologne, Germany, during Luca Garulli's keynote "NoSQL Adoption – What’s the Next Step?". Luca Garulli envisioned the evolution of the 1st generation NoSQL products into new products with more features able to be used by multiple use cases. OrientDB was the first product to embrace documents, graphs, key-value, geospatial and reactive models in the same product, at the core level. This means that the multiple models were integrated into the core without using layers. For this reason, OrientDB is a "Native" Multi-model database.

OrientDB has been covered by media outlets and is the winner of the 2015 InfoWorld Bossie award.

On September 15, 2017, OrientDB LTD company has been acquired by CallidusCloud.

On January 30, 2018, it was announced SAP (company) acquired CallidusCloud for $2.4 billion.{{cite news |url=https://techcrunch.com/2018/01/30/sap-snags-calliduscloud-for-2-4-billion/?sr_share=facebook |title=SAP snags CallidusCloud for $2.4 billion |work=TechCrunch |date=January 30, 2018 |access-date=January 30, 2018

On September 1, 2021,{{cite news |url=https://blog.arcadedb.com/welcome-to-arcadedb |title=Welcome to ArcadeDB |date=September 1, 2021 |access-date=September 1, 2021

On December 30, 2024,{{cite news |url=https://medium.com/@youtrackdb/long-road-ahead-6d648141a190 |title=Long road ahead |date=December 30, 2024 |access-date=December 30, 2024

References

References

  1. "OrientDB 3.2 Release Notes".
  2. "Multi-Model Database - OrientDB Manual".
  3. "DB-Engines Ranking - popularity ranking of graph DBMS".
  4. (30 May 2020). "orientechnologies/orientdb".
  5. Ltd., Bloor Research International. (6 August 2014). "Diaku: more than governance - Bloor".
  6. "Hidden Gems of Web / Mobile Development from Open-Source".
  7. "Harness graphs & documents for Real-time Fraud Prevention".
  8. (2015-03-05). "Why I Use OrientDB on Production Application".
  9. Nuix. "Nuix 7 Conquers Customer Challenges for Today and Builds Hyper-Scale Capacity for the Future".
  10. "Diaku Axon - Data Governance powered by OrientDB".
  11. (2014). "Comprehensive reconstruction and visualization of non-coding regulatory networks in human". Front Bioeng Biotechnol.
  12. "MovieLens recommendation engine with OrientDB - Pizza Connections".
  13. "Traffic Management Systems with OrientDB".
  14. (18 May 2015). "Expert Interview with Luca Garulli Of OrientDB On Multi-Model Database Management For Big Data".
  15. admin. "Intervista a Luca Garulli – JavaStaff.com".
  16. (2012-06-01). "Multi-Model storage 1/2 one product". Slideshare.
  17. "Nosql Matters Conference 2012 {{!}} NoSQL Matters CGN 2012".
  18. staff, InfoWorld. (16 September 2015). "Bossie Awards 2015: The best open source application development tools". InfoWorld.
  19. (2017-09-19). "CallidusCloud Acquires Leading Multi-Model Database Technology".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

free-database-management-systemsdocument-oriented-databasesdistributed-computing-architecturestructured-storagenosqlgraph-databases