DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Faircom EDGE vs. HarperDB vs. MySQL vs. Oracle Coherence vs. Raima Database Manager

System Properties Comparison Faircom EDGE vs. HarperDB vs. MySQL vs. Oracle Coherence vs. Raima Database Manager

Editorial information provided by DB-Engines
NameFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonHarperDB  Xexclude from comparisonMySQL  Xexclude from comparisonOracle Coherence  Xexclude from comparisonRaima Database Manager infoformerly named db_Vista  Xexclude from comparison
DescriptionFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.Widely used open source RDBMSOracles in-memory data grid solutionRDBMS with a small footprint, either embedded into an application or used as a database server
Primary database modelKey-value store
Relational DBMS
Document storeRelational DBMS infoKey/Value like access via memcached APIKey-value storeRelational DBMS
Time Series DBMS
Secondary database modelsDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score0.55
Rank#248  Overall
#38  Document stores
Score1083.74
Rank#2  Overall
#2  Relational DBMS
Score1.92
Rank#130  Overall
#22  Key-value stores
Score0.46
Rank#259  Overall
#120  Relational DBMS
#22  Time Series DBMS
Websitewww.faircom.com/­products/­faircom-edgewww.harperdb.iowww.mysql.comwww.oracle.com/­java/­coherenceraima.com
Technical documentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmldocs.harperdb.io/­docsdev.mysql.com/­docdocs.oracle.com/­en/­middleware/­standalone/­coherencedocs.raima.com
DeveloperFairCom CorporationHarperDBOracle infosince 2010, originally MySQL AB, then SunOracleRaima Inc.
Initial release19792017199520071984
Current releaseV3, October 20203.1, August 20218.4.0, April 202414.1, August 202315, June 2021
License infoCommercial or Open Sourcecommercial infoRestricted, free version availablecommercial infofree community edition availableOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availablecommercialcommercial
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.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageANSI C, C++Node.jsC and C++JavaC
Server operating systemsAndroid
Linux infoARM, x86
Raspbian
Windows
Linux
OS X
FreeBSD
Linux
OS X
Solaris
Windows
All OS with a Java VMAndroid
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
Data schemeFlexible Schema (defined schema, partial schema, schema free)dynamic schemayesschema-freeyes
Typing infopredefined data types such as float or dateyes, ANSI Standard SQL Typesyes infoJSON data typesyesyesyes
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.yesnoyesnono infoExporting/Importing of XML structures possible
Secondary indexesyesyesyesnoyes
SQL infoSupport of SQLyes infoANSI SQL queriesSQL-like data manipulation statementsyes infowith proprietary extensionsnoyes
APIs and other access methodsADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
ADO.NET
JDBC
ODBC
Proprietary native API
JCache
JPA
RESTful HTTP API
ADO.NET
JDBC
ODBC
RESTful HTTP API
Supported programming languagesC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C++
Java
.Net
C
C++
Objective-C
PL/SQL
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++Custom Functions infosince release 3.1yes infoproprietary syntaxnoyes infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specification
Triggersyesnoyesyes infoLive Eventsyes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning infoCustomizable business rules for partitioningA table resides as a whole on one (or more) nodes in a clusterhorizontal partitioning, sharding with MySQL Cluster or MySQL FabricShardinghorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoSynchronous and asynchronous realtime replication based on transaction logsyes infothe nodes on which a table resides can be definedMulti-source replication
Source-replica replication
yes, with selectable consistency levelSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency
Immediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyes infowhen using SQLnoyes infonot for MyISAM storage enginenoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of specific operationsACID infonot for MyISAM storage engineconfigurableACID
Concurrency infoSupport for concurrent manipulation of datayes infoacross SQL and NoSQLyesyes infotable locks or row locks depending on storage engineyesyes, multi-version concurrency control (MVCC)
Durability infoSupport for making data persistentyesyes, using LMDByesyes infooptionallyyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyesyes
User concepts infoAccess controlFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Access rights for users and rolesUsers with fine-grained authorization concept infono user groups or rolesauthentification to access the cache via certificates or http basic authenticationno
More information provided by the system vendor
Faircom EDGE infoformerly c-treeEDGEHarperDBMySQLOracle CoherenceRaima Database Manager infoformerly named db_Vista
Specific characteristicsRaima Database Manager (RDM) is an embedded time-series database optimized to run...
» more
Competitive advantagesDecreased time-to-market Industry-standard interfaces & tools for making your job...
» more
Typical application scenariosTypical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» more
Key customersInfor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» more
Market metricsOver 30 000 applications developers worldwide have field-tested RDM products More...
» more
Licensing and pricing modelsJust as the technical aspects of Raima Database Manager are flexible, so are the...
» more
News

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29 February 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10 June 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8 October 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1 October 2020

Raima Expands Their Reseller Network in Asia
19 May 2020

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

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

More resources
Faircom EDGE infoformerly c-treeEDGEHarperDBMySQLOracle CoherenceRaima Database Manager infoformerly named db_Vista
DB-Engines blog posts

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

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

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

show all

Recent citations in the news

Innovative Software and Giant Lego Sets, Why FairCom Edge Booth is a Must-Visit at Automate
9 May 2024, MVPro

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

provided by Google News

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22 June 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

HarperDB: An underdog SQL / NoSQL database | ZDNET
7 February 2018, ZDNet

HarperDB 4.0 Delivers Enterprise-Grade Global Application Development to Every Developer
17 January 2023, Markets Insider

HarperDB is More Than Just a Database: Here's Why
21 August 2021, hackernoon.com

provided by Google News

Rule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
7 May 2024, Laravel News

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22 April 2024, Oracle

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

Ultimate MySQL Workbench Installation Guide [2024 Edition]
15 February 2024, Simplilearn

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

provided by Google News

Create custom Event Compression Policies in Enterprise Manager to reduce event noise
21 September 2023, Oracle

Microservices with Major New Coherence and Helidon Releases
9 August 2022, Oracle

Nike achieves scalability and performance with Oracle Coherence & Exadata
20 December 2012, Oracle

New solutions for Oracle WebLogic on Azure Virtual Machines
1 April 2021, Microsoft

GridGain: Product Overview and Analysis
5 June 2019, eWeek

provided by Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14 March 2012, Embedded

Edge Computing Enabling the Future | Wind River
2 July 2018, WIND

LabVIEW integrates Raima's Database API
7 August 2013, Embedded

IP Core for ASICs & FPGAs meets CAN FD spec
27 January 2014, Embedded

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

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

Present your product here