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 > CrateDB vs. Infobright vs. Machbase Neo vs. Oracle vs. OrientDB

System Properties Comparison CrateDB vs. Infobright vs. Machbase Neo vs. Oracle vs. OrientDB

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonInfobright  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonOracle  Xexclude from comparisonOrientDB  Xexclude from comparison
DescriptionDistributed Database based on LuceneHigh performant column-oriented DBMS for analytic workloads using MySQL or PostgreSQL as a frontendTimeSeries DBMS for AIoT and BigDataWidely used RDBMSMulti-model DBMS (Document, Graph, Key/Value)
Primary database modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Relational DBMSTime Series DBMSRelational DBMSDocument store
Graph DBMS
Key-value store
Secondary database modelsRelational DBMSDocument store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.73
Rank#229  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score1.00
Rank#193  Overall
#90  Relational DBMS
Score0.22
Rank#324  Overall
#29  Time Series DBMS
Score1234.27
Rank#1  Overall
#1  Relational DBMS
Score3.27
Rank#97  Overall
#16  Document stores
#6  Graph DBMS
#15  Key-value stores
Websitecratedb.comignitetech.com/­softwarelibrary/­infobrightdbmachbase.comwww.oracle.com/­databaseorientdb.org
Technical documentationcratedb.com/­docsmachbase.com/­dbmsdocs.oracle.com/­en/­databasewww.orientdb.com/­docs/­last/­index.html
DeveloperCrateIgnite Technologies Inc.; formerly InfoBright Inc.MachbaseOracleOrientDB LTD; CallidusCloud; SAP
Initial release20132005201319802010
Current releaseV8.0, August 202323c, September 20233.2.29, March 2024
License infoCommercial or Open SourceOpen Sourcecommercial infoThe open source (GPLv2) version did not support inserts/updates/deletes and was discontinued with July 2016commercial infofree test version availablecommercial inforestricted free version is availableOpen 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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageJavaCCC and C++Java
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
Windows
Linux
macOS
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
All OS with a Java JDK (>= JDK 6)
Data schemeFlexible Schema (defined schema, partial schema, schema free)yesyesyes infoSchemaless in JSON and XML columnsschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.nononoyesno
Secondary indexesyesno infoKnowledge Grid Technology used insteadyesyesyes
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilityyesSQL-like query languageyes infowith proprietary extensionsSQL-like query language, no joins
APIs and other access methodsADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
ADO.NET
JDBC
ODBC
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Supported programming languages.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
.Net
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresuser defined functions (Javascript)nonoPL/SQL infoalso stored procedures in Java possibleJava, Javascript
TriggersnononoyesHooks
Partitioning methods infoMethods for storing different data on different nodesShardingnoneShardingSharding, horizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesConfigurable replication on table/partition-levelSource-replica replicationselectable replication factorMulti-source replication
Source-replica replication
Multi-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infocan be realized in PL/SQLno infocould be achieved with distributed queries
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesyes inforelationship in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDnoACID infoisolation level can be parameterizedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesnoyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infovolatile and lookup tableyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'
User concepts infoAccess controlrights management via user accountsfine grained access rights according to SQL-standard infoexploiting MySQL or PostgreSQL frontend capabilitiessimple password-based access controlfine grained access rights according to SQL-standardAccess rights for users and roles; record level security configurable
More information provided by the system vendor
CrateDBInfobrightMachbase Neo infoFormer name was InfinifluxOracleOrientDB
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» more

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
3rd partiesNavicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

Devart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

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

More resources
CrateDBInfobrightMachbase Neo infoFormer name was InfinifluxOracleOrientDB
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

provided by Google News

“Luxembourg is a perfect target area”: Korean accelerator exec
27 October 2022, Delano.lu

provided by Google News

Transportable Binary XML – modern XML document storage in Oracle Database 23c
11 April 2024, blogs.oracle.com

Proper SQL comes to MongoDB applications .. with the Oracle Database!
2 April 2024, blogs.oracle.com

Oracle Database@Azure now Generally Available in Azure East US Region to accelerate your data center exit
13 December 2023, blogs.oracle.com

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, blogs.oracle.com

First Principles: Powering mission critical applications with Oracle Database@Azure
13 December 2023, blogs.oracle.com

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

CallidusCloud Acquires Leading Multi-Model Database Technology
19 September 2017, GlobeNewswire

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Present your product here