DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Faircom EDGE vs. Fujitsu Enterprise Postgres vs. HarperDB vs. NCache vs. Oracle NoSQL

System Properties Comparison Faircom EDGE vs. Fujitsu Enterprise Postgres vs. HarperDB vs. NCache vs. Oracle NoSQL

Editorial information provided by DB-Engines
NameFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonFujitsu Enterprise Postgres  Xexclude from comparisonHarperDB  Xexclude from comparisonNCache  Xexclude from comparisonOracle NoSQL  Xexclude from comparison
DescriptionFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsEnterprise-grade PostgreSQL-based DBMS with security enhancements such as Transparent Data Encryption and Data Masking, plus high-availability and performance improvement features.Ultra-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.Open-Source and Enterprise in-memory Key-Value StoreA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodes
Primary database modelKey-value store
Relational DBMS
Relational DBMSDocument storeKey-value storeDocument store
Key-value store
Relational DBMS
Secondary database modelsDocument store
Spatial DBMS
Document store
Search engine infoUsing distributed Lucene
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.31
Rank#285  Overall
#129  Relational DBMS
Score0.55
Rank#248  Overall
#38  Document stores
Score0.94
Rank#195  Overall
#29  Key-value stores
Score2.95
Rank#100  Overall
#17  Document stores
#17  Key-value stores
#50  Relational DBMS
Websitewww.faircom.com/­products/­faircom-edgewww.postgresql.fastware.comwww.harperdb.iowww.alachisoft.com/­ncachewww.oracle.com/­database/­nosql/­technologies/­nosql
Technical documentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlwww.postgresql.fastware.com/­product-manualsdocs.harperdb.io/­docswww.alachisoft.com/­resources/­docsdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.html
DeveloperFairCom CorporationPostgreSQL Global Development Group, Fujitsu Australia Software TechnologyHarperDBAlachisoftOracle
Initial release1979201720052011
Current releaseV3, October 2020Fujitsu Enterprise Postgres 14, January 20223.1, August 20215.3.3, April 202423.3, December 2023
License infoCommercial or Open Sourcecommercial infoRestricted, free version availablecommercialcommercial infofree community edition availableOpen Source infoEnterprise Edition availableOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)
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 languageANSI C, C++CNode.jsC#, .NET, .NET Core, JavaJava
Server operating systemsAndroid
Linux infoARM, x86
Raspbian
Windows
Linux
Windows
Linux
OS X
Linux
Windows
Linux
Solaris SPARC/x86
Data schemeFlexible Schema (defined schema, partial schema, schema free)yesdynamic schemaschema-freeSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.
Typing infopredefined data types such as float or dateyes, ANSI Standard SQL Typesyesyes infoJSON data typespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counteroptional
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.yesnonono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyes infoANSI SQL queriesyesSQL-like data manipulation statementsSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.SQL-like DML and DDL statements
APIs and other access methodsADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
IDistributedCache
JCache
LINQ
Proprietary native API
RESTful HTTP API
Supported programming languagesC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.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
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
C
C#
Go
Java
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++user defined functionsCustom Functions infosince release 3.1no infosupport for stored procedures with SQL-Server CLRno
Triggersyesyesnoyes infoNotificationsno
Partitioning methods infoMethods for storing different data on different nodesFile partitioning infoCustomizable business rules for partitioningpartitioning by range, list and by hashA table resides as a whole on one (or more) nodes in a clusteryesSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoSynchronous and asynchronous realtime replication based on transaction logsSource-replica replicationyes infothe nodes on which a table resides can be definedyes, with selectable consistency levelElectable source-replica replication per shard. Support distributed global deployment with Multi-region table feature
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyeswith Hadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency
Immediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Eventual Consistency
Immediate Consistency infodepending on configuration
Foreign keys infoReferential integrityyes infowhen using SQLyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDAtomic execution of specific operationsoptimistic locking and pessimistic lockingconfigurable infoACID within a storage node (=shard)
Concurrency infoSupport for concurrent manipulation of datayes infoacross SQL and NoSQLyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyes, using LMDByesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes infooff heap cache
User concepts infoAccess controlFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.fine grained access rights according to SQL-standardAccess rights for users and rolesAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)Access rights for users and roles
More information provided by the system vendor
Faircom EDGE infoformerly c-treeEDGEFujitsu Enterprise PostgresHarperDBNCacheOracle NoSQL
Specific characteristics100% compatible with community PostgreSQL
» more
NCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesBuilt-in TDE and Data Masking security. In-Memory Columnar Index, and a high speed...
» more
NCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosTransactional payments applications, reporting and mixed workloads.
» more
NCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsOver 30 years experience in database technology. Over 20 years in Postgres development...
» more
Market Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsCore based licensing
» more
NCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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

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

More resources
Faircom EDGE infoformerly c-treeEDGEFujitsu Enterprise PostgresHarperDBNCacheOracle NoSQL
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

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

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

provided by Google News

Fujitsu Develops Column-Oriented Data-Processing Engine Enabling Fast, High-Volume Data Analysis in Database ...
26 February 2015, Fujitsu

Primary Data says stop, Hammerspace, Innodisk cooks some SSDs, and Fujitsu goes blockchain
22 May 2018, The Register

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

Stephen Goldberg Named 2023 Bill Daniels Ethical Leader of the Year | CU Denver Business School News
9 January 2023, business-news.ucdenver.edu

Build a Hacker News Clone using React and HarperDB — SitePoint
18 October 2021, SitePoint

provided by Google News

How to use NCache in ASP.Net Core
26 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Database Technologies
4 September 2018, oracle.com

Oracle Defends Relational DBs Against NoSQL Competitors
25 November 2015, eWeek

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

NoSQL Rebels Aim Missile at Larry Ellison's Yacht
20 July 2012, WIRED

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

AllegroGraph logo

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

Present your product here