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

DBMS > Faircom DB vs. Infobright vs. Informix vs. RethinkDB

System Properties Comparison Faircom DB vs. Infobright vs. Informix vs. RethinkDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonInfobright  Xexclude from comparisonInformix  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.High performant column-oriented DBMS for analytic workloads using MySQL or PostgreSQL as a frontendA secure embeddable database from IBM, positioned besides IBM Db2 as a relatively low-cost product optimized for OLTP and Internet of Things dataDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelKey-value store
Relational DBMS
Relational DBMSRelational DBMS infoSince Version 12.10 support for JSON/BSON datatypes compatible with MongoDBDocument store
Secondary database modelsDocument store
Spatial DBMS
Time Series DBMS infowith Informix TimeSeries Extension
Spatial 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
Score1.00
Rank#193  Overall
#90  Relational DBMS
Score18.85
Rank#35  Overall
#22  Relational DBMS
Score2.84
Rank#106  Overall
#19  Document stores
Websitewww.faircom.com/­products/­faircom-dbignitetech.com/­softwarelibrary/­infobrightdbwww.ibm.com/­products/­informixrethinkdb.com
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlinformix.hcldoc.com
www.ibm.com/­support/­knowledgecenter/­SSGU8G/­welcomeIfxServers.html
rethinkdb.com/­docs
DeveloperFairCom CorporationIgnite Technologies Inc.; formerly InfoBright Inc.IBM, HCL Technologies infoEffective May 1st, 2017, HCL took on development, technical support, and product management teams, and works jointly with IBM on product strategy, marketing, and sales.The Linux Foundation infosince July 2017
Initial release1979200519842009
Current releaseV12, November 202014.10.FC5, November 20202.4.1, August 2020
License infoCommercial or Open Sourcecommercial infoRestricted, free version availablecommercial infoThe open source (GPLv2) version did not support inserts/updates/deletes and was discontinued with July 2016commercial infofree developer edition availableOpen Source infoApache Version 2
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageANSI C, C++CC, C++ and JavaC++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
Windows
AIX
HP-UX
Linux
macOS
Solaris
Windows
Linux
OS X
Windows
Data schemeschema free, schema optional, schema required, partial schema,yesyesschema-free
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresyesyes infoSince Version 12.10 support for JSON/BSON datatypesyes 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.nonono
Secondary indexesyesno infoKnowledge Grid Technology used insteadyesyes
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsyesyesno
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET
JDBC
ODBC
JDBC
JSON API infoMongoDB compatible
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
C 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 proceduresyes info.Net, JavaScript, C/C++noyes
TriggersyesnoyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneShardingSharding inforange based
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).Source-replica replicationMulti-source replication
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDACIDAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCC based
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesno
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standard infoexploiting MySQL or PostgreSQL frontend capabilitiesUsers with fine-grained authentication, authorization, and auditing controlsyes 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
Faircom DB infoformerly c-treeACEInfobrightInformixRethinkDB
DB-Engines blog posts

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

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

IBM Informix: A key part of IBM’s hybrid cloud and AI strategy
11 January 2024, IBM

IBM Informix review: What you need to know about the software
12 December 2022, TechRepublic

IBM Informix Database in the Cloud | AWS News Blog
1 May 2009, AWS Blog

The Top 5 Data Migration Tools
13 June 2023, Datamation

Informix serves it simpler, cheaper
19 November 1997, CNET

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devm.io

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

Realtime App Development with RethinkDB and React Native — SitePoint
17 June 2016, SitePoint

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

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

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

Neo4j logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

Present your product here