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 > BigObject vs. EJDB vs. Faircom EDGE vs. Microsoft Azure Data Explorer vs. TimesTen

System Properties Comparison BigObject vs. EJDB vs. Faircom EDGE vs. Microsoft Azure Data Explorer vs. TimesTen

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonEJDB  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionAnalytic DBMS for real-time computations and queriesEmbeddable document-store database library with JSON representation of queries (in MongoDB style)FairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsFully managed big data interactive analytics platformIn-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMS infoa hierachical model (tree) can be imposedDocument storeKey-value store
Relational DBMS
Relational DBMS infocolumn orientedRelational DBMS
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.13
Rank#342  Overall
#150  Relational DBMS
Score0.30
Rank#294  Overall
#44  Document stores
Score0.03
Rank#380  Overall
#59  Key-value stores
#157  Relational DBMS
Score5.16
Rank#69  Overall
#37  Relational DBMS
Score1.35
Rank#165  Overall
#75  Relational DBMS
Websitebigobject.iogithub.com/­Softmotions/­ejdbwww.faircom.com/­products/­faircom-edgeazure.microsoft.com/­services/­data-explorerwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.bigobject.iogithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmldocs.microsoft.com/­en-us/­azure/­data-explorerdocs.oracle.com/­database/­timesten-18.1
DeveloperBigObject, Inc.SoftmotionsFairCom CorporationMicrosoftOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20152012197920191998
Current releaseV3, October 2020cloud service with continuous releases11 Release 2 (11.2.2.8.0)
License infoCommercial or Open Sourcecommercial infofree community edition availableOpen Source infoGPLv2commercial 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 languageCANSI C, C++
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
server-lessAndroid
Linux infoARM, x86
Raspbian
Windows
hostedAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesschema-freeFlexible Schema (defined schema, partial schema, schema free)Fixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, bool, date, object_idyes, ANSI Standard SQL Typesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-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.noyesyesno
Secondary indexesyesnoyesall fields are automatically indexedyes
SQL infoSupport of SQLSQL-like DML and DDL statementsnoyes infoANSI SQL queriesKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
in-process shared libraryADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresLuanoyes info.Net, JavaScript, C/C++Yes, possible languages: KQL, Python, RPL/SQL
Triggersnonoyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyno
Partitioning methods infoMethods for storing different data on different nodesnonenoneFile partitioning infoCustomizable business rules for partitioningSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneyes infoSynchronous and asynchronous realtime replication based on transaction logsyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency
Tunable Consistency
Eventual Consistency
Immediate Consistency
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesno infotypically not needed, however similar functionality with collection joins possibleyes infowhen using SQLnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yes infoRead/Write Lockingyes infoacross SQL and NoSQLyesyes
Durability infoSupport for making data persistentyesyesyesyesyes 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.yesyesnoyes
User concepts infoAccess controlnonoFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Azure Active Directory Authenticationfine 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
BigObjectEJDBFaircom EDGE infoformerly c-treeEDGEMicrosoft Azure Data ExplorerTimesTen
Recent citations in the news

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19 April 2023, Yahoo Finance

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

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

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

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, azure.microsoft.com

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, microsoft.com

What is Microsoft Fabric? A big tech stack for big data
9 February 2024, InfoWorld

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, azure.microsoft.com

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, azure.microsoft.com

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

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.

SingleStore logo

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

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

Milvus logo

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

Present your product here