DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > HugeGraph vs. Microsoft Access vs. OceanBase vs. OrigoDB vs. RethinkDB

System Properties Comparison HugeGraph vs. Microsoft Access vs. OceanBase vs. OrigoDB vs. RethinkDB

Editorial information provided by DB-Engines
NameHugeGraph  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonOceanBase  Xexclude from comparisonOrigoDB  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionA fast-speed and highly-scalable Graph DBMSMicrosoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)A distributed, high available RDBMS compatible with Oracle and MySQLA fully ACID in-memory object graph databaseDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelGraph DBMSRelational DBMSRelational DBMSDocument store
Object oriented DBMS
Document store
Secondary database modelsDocument store
Wide column store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.17
Rank#335  Overall
#31  Graph DBMS
Score101.16
Rank#11  Overall
#8  Relational DBMS
Score1.57
Rank#149  Overall
#69  Relational DBMS
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Score2.66
Rank#107  Overall
#20  Document stores
Websitegithub.com/­hugegraph
hugegraph.apache.org
www.microsoft.com/­en-us/­microsoft-365/­accessen.oceanbase.comorigodb.comrethinkdb.com
Technical documentationhugegraph.apache.org/­docsdeveloper.microsoft.com/­en-us/­accessen.oceanbase.com/­docs/­oceanbase-databaseorigodb.com/­docsrethinkdb.com/­docs
DeveloperBaiduMicrosoftOceanBase infopreviously Alibaba and Ant GroupRobert Friberg et alThe Linux Foundation infosince July 2017
Initial release2018199220102009 infounder the name LiveDB2009
Current release0.91902 (16.0.11328.20222), March 20194.3.0, April 20242.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercial infoBundled with Microsoft OfficeOpen Source infoCommercial license availableOpen SourceOpen Source infoApache Version 2
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC++C++C#C++
Server operating systemsLinux
macOS
Unix
Windows infoNot a real database server, but making use of DLLsLinuxLinux
Windows
Linux
OS X
Windows
Data schemeyesyesyesyesschema-free
Typing infopredefined data types such as float or dateyesyesyesUser defined using .NET types and collectionsyes infostring, binary, float, bool, date, geometry
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.noyesno infocan be achieved using .NETno
Secondary indexesyes infoalso supports composite index and range indexyesyesyesyes
SQL infoSupport of SQLnoyes infobut not compliant to any SQL standardyesnono
APIs and other access methodsJava API
RESTful HTTP API
TinkerPop Gremlin
ADO.NET
DAO
ODBC
OLE DB
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
.NET Client API
HTTP API
LINQ
Supported programming languagesGroovy
Java
Python
C
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
Ada infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
.NetC infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresasynchronous Gremlin script jobsyes infosince Access 2010 using the ACE-enginePL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeyes
Triggersnoyes infosince Access 2010 using the ACE-engineyesyes infoDomain EventsClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesyes infodepending on used storage backend, e.g. Cassandra and HBasenonehorizontal partitioning (by hash, key, range, range columns, list, and list columns)horizontal partitioning infoclient side managed; servers are not synchronizedSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesyes infodepending on used storage backend, e.g. Cassandra and HBasenoneMulti-source replication using PaxosSource-replica replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsvia hugegraph-sparknononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoedges in graphyesyesdepending on modelno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infobut no files for transaction loggingACIDACIDAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoMVCC based
Durability infoSupport for making data persistentyesyes infobut no files for transaction loggingyesyes infoWrite ahead logyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlUsers, roles and permissionsno infoa simple user-level security was built in till version Access 2003Access rights for users, groups and roles according to SQL-standardRole based authorizationyes infousers and table-level permissions

More information provided by the system vendor

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
HugeGraphMicrosoft AccessOceanBaseOrigoDBRethinkDB
DB-Engines blog posts

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

POC exploit code published for 9.8-rated Apache HugeGraph RCE flaw
7 June 2024, The Register

PoC Exploit Released for High Severity Apache HugeGraph RCE flaw
7 June 2024, CybersecurityNews

AI, Lockbit, Veeam, Club Penguin, Kali, Commando Cat, HugeGraph, Aaran Leyland… – SWN #391
7 June 2024, SC Media

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

Microsoft's Recall criticized for security shortcomings. Cyberespionage in Ukraine.
11 June 2024, The CyberWire

provided by Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks - Check Point Research
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

How to Connect MS Access to MySQL via ODBC Driver
7 September 2023, TechiExpert.com

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

provided by Google News

OceanBase Inks Agreement with NTU Singapore in Database Optimization and Green Computing Advancements
31 January 2024, PR Newswire

OceanBase Recognized as an Asia/Pacific Customers' Choice in the Gartner® Peer Insights™ Voice of the Customer ...
5 June 2024, PR Newswire Asia

Ant Group Will Cut Foreign Investors Out of Fast-Growing Database Business
22 August 2023, The Information

How Southeast Asia's Leading e-Wallets Saved Up to 40% in Database Costs - Fintech Singapore
25 March 2024, Fintech News Singapore

Alibaba's OceanBase distributed database aims at markets outside China
16 August 2022, InfoWorld

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devmio

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here