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

DBMS > 4D vs. Apache IoTDB vs. Faircom DB vs. Microsoft Azure Cosmos DB vs. TimesTen

System Properties Comparison 4D vs. Apache IoTDB vs. Faircom DB vs. Microsoft Azure Cosmos DB vs. TimesTen

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonApache IoTDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Globally distributed, horizontally scalable, multi-model database serviceIn-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMSTime Series DBMSKey-value store
Relational DBMS
Document store
Graph DBMS
Key-value store
Wide column store
Relational DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.68
Rank#110  Overall
#54  Relational DBMS
Score1.19
Rank#176  Overall
#15  Time Series DBMS
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score29.85
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score1.35
Rank#165  Overall
#75  Relational DBMS
Websitewww.4d.comiotdb.apache.orgwww.faircom.com/­products/­faircom-dbazure.microsoft.com/­services/­cosmos-dbwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdeveloper.4d.comiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmldocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmllearn.microsoft.com/­azure/­cosmos-dbdocs.oracle.com/­database/­timesten-18.1
Developer4D, IncApache Software FoundationFairCom CorporationMicrosoftOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release19842018197920141998
Current releasev20, April 20231.1.0, April 2023V12, November 202011 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2.0commercial infoRestricted, free version availablecommercialcommercial
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaANSI C, C++
Server operating systemsOS X
Windows
All OS with a Java VM (>= 1.8)AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
hostedAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesyesschema free, schema optional, schema required, partial schema,schema-freeyes
Typing infopredefined data types such as float or dateyesyesyes, ANSI SQL Types, JSON, typed binary structuresyes infoJSON typesyes
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 indexesyesyesyesyes infoAll properties auto-indexed by defaultyes
SQL infoSupport of SQLyes infoclose to SQL 92SQL-like query languageyes, ANSI SQL with proprietary extensionsSQL-like query languageyes
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
JDBC
Native API
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languages4D proprietary IDE
PHP
C
C#
C++
Go
Java
Python
Scala
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresyesyesyes info.Net, JavaScript, C/C++JavaScriptPL/SQL
TriggersyesyesyesJavaScriptno
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning (by time range) + vertical partitioning (by deviceId)File partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yes infoImplicit feature of the cloud serviceMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoIntegration with Hadoop and Sparknowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*no
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Strong Consistency with Raft
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Bounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyesnoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnotunable from ACID to Eventually ConsistentMulti-item ACID transactions with snapshot isolation within a partitionACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlUsers and groupsyesFine grained access rights according to SQL-standard with additional protections for filesAccess rights can be defined down to the item levelfine 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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
4D infoformer name: 4th DimensionApache IoTDBFaircom DB infoformerly c-treeACEMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBTimesTen
DB-Engines blog posts

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Recent citations in the news

TsFile: A Standard Format for IoT Time Series Data
27 February 2024, The New Stack

Linux 6.5 With AMD P-State EPP Default Brings Performance & Power Efficiency Benefits For Ryzen Servers
21 September 2023, Phoronix

AMD EPYC 8324P / 8324PN Siena 32-Core Siena Linux Server Performance Review
10 October 2023, Phoronix

IoTDB Provides Data Management for Industrial Edge IT
15 October 2020, The New Stack

Benchmarking The Performance Impact To AMD Inception Mitigations
15 August 2023, Phoronix

provided by Google News

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

provided by Google News

Public preview: Filtered vector search in vCore-based Azure Cosmos DB for MongoDB | Azure updates
24 April 2024, Microsoft

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

Azure Cosmos DB joins the AI toolchain
23 May 2023, InfoWorld

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

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

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.

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here