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 > Faircom DB vs. H2 vs. HarperDB vs. Ignite vs. Linter

System Properties Comparison Faircom DB vs. H2 vs. HarperDB vs. Ignite vs. Linter

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonH2  Xexclude from comparisonHarperDB  Xexclude from comparisonIgnite  Xexclude from comparisonLinter  Xexclude from comparison
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.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.Apache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.RDBMS for high security requirements
Primary database modelKey-value store
Relational DBMS
Relational DBMSDocument storeKey-value store
Relational DBMS
Relational DBMS
Secondary database modelsSpatial DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score8.22
Rank#50  Overall
#32  Relational DBMS
Score0.55
Rank#252  Overall
#38  Document stores
Score3.64
Rank#89  Overall
#13  Key-value stores
#48  Relational DBMS
Score0.10
Rank#350  Overall
#153  Relational DBMS
Websitewww.faircom.com/­products/­faircom-dbwww.h2database.comwww.harperdb.ioignite.apache.orglinter.ru
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlwww.h2database.com/­html/­main.htmldocs.harperdb.io/­docsapacheignite.readme.io/­docs
DeveloperFairCom CorporationThomas MuellerHarperDBApache Software Foundationrelex.ru
Initial release19792005201720151990
Current releaseV12, November 20202.2.220, July 20233.1, August 2021Apache Ignite 2.6
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infodual-licence (Mozilla public license, Eclipse public license)commercial infofree community edition availableOpen Source infoApache 2.0commercial
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++JavaNode.jsC++, Java, .NetC and C++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
All OS with a Java VMLinux
OS X
Linux
OS X
Solaris
Windows
AIX
Android
BSD
HP Open VMS
iOS
Linux
OS X
VxWorks
Windows
Data schemeschema free, schema optional, schema required, partial schema,yesdynamic schemayesyes
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresyesyes infoJSON data typesyesyes
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 indexesyesyesyesyesyes
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsyesSQL-like data manipulation statementsANSI-99 for query and DML statements, subset of DDLyes
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
ODBC
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
ADO.NET
JDBC
LINQ
ODBC
OLE DB
Oracle Call Interface (OCI)
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
Java.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
C#
C++
Java
PHP
Python
Ruby
Scala
C
C#
C++
Java
Perl
PHP
Python
Qt
Ruby
Tcl
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++Java Stored Procedures and User-Defined FunctionsCustom Functions infosince release 3.1yes (compute grid and cache interceptors can be used instead)yes infoproprietary syntax with the possibility to convert from PL/SQL
Triggersyesyesnoyes (cache interceptors and events)yes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneA table resides as a whole on one (or more) nodes in a clusterShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).With clustering: 2 database servers on different computers operate on identical copies of a databaseyes infothe nodes on which a table resides can be definedyes (replicated cache)Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyes (compute grid and hadoop accelerator)no
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDAtomic execution of specific operationsACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyesyes, using LMDByesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standardAccess rights for users and rolesSecurity Hooks for custom implementationsfine grained access rights according to SQL-standard

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
Faircom DB infoformerly c-treeACEH2HarperDBIgniteLinter
Recent citations in the news

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

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

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

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

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, University of Colorado Denver

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain Showcases Power of Apache Ignite at Community Over Code Conference
5 October 2023, Datanami

Apache Ignite: An Overview
6 September 2023, Open Source For You

ArcGIS and Apache Log4j Vulnerabilities
22 May 2023, Esri

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

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

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.

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.

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