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 > 4D vs. Lovefield vs. Machbase Neo vs. Microsoft Azure Data Explorer vs. RethinkDB

System Properties Comparison 4D vs. Lovefield vs. Machbase Neo vs. Microsoft Azure Data Explorer vs. RethinkDB

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonLovefield  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemEmbeddable relational database for web apps written in pure JavaScriptTimeSeries DBMS for AIoT and BigDataFully managed big data interactive analytics platformDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelRelational DBMSRelational DBMSTime Series DBMSRelational DBMS infocolumn orientedDocument store
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
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.47
Rank#110  Overall
#54  Relational DBMS
Score0.33
Rank#286  Overall
#131  Relational DBMS
Score0.17
Rank#337  Overall
#30  Time Series DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score2.66
Rank#107  Overall
#20  Document stores
Websitewww.4d.comgoogle.github.io/­lovefieldmachbase.comazure.microsoft.com/­services/­data-explorerrethinkdb.com
Technical documentationdeveloper.4d.comgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdmachbase.com/­dbmsdocs.microsoft.com/­en-us/­azure/­data-explorerrethinkdb.com/­docs
Developer4D, IncGoogleMachbaseMicrosoftThe Linux Foundation infosince July 2017
Initial release19842014201320192009
Current releasev20, April 20232.1.12, February 2017V8.0, August 2023cloud service with continuous releases2.4.1, August 2020
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0commercial infofree test version availablecommercialOpen Source infoApache Version 2
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 languageJavaScriptCC++
Server operating systemsOS X
Windows
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariLinux
macOS
Windows
hostedLinux
OS X
Windows
Data schemeyesyesyesFixed schema with schema-less datatypes (dynamic)schema-free
Typing infopredefined data types such as float or dateyesyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyes 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.yesnonoyesno
Secondary indexesyesyesyesall fields are automatically indexedyes
SQL infoSupport of SQLyes infoclose to SQL 92SQL-like query language infovia JavaScript builder patternSQL-like query languageKusto Query Language (KQL), SQL subsetno
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languages4D proprietary IDE
PHP
JavaScriptC
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
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 proceduresyesnonoYes, possible languages: KQL, Python, R
TriggersyesUsing read-only observersnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingSharding infoImplicit feature of the cloud serviceSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationnoneselectable replication factoryes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnonoAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoMVCC based
Durability infoSupport for making data persistentyesyes, by using IndexedDB or the cloud service Firebase Realtime Databasenoyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infousing MemoryDByes infovolatile and lookup tablenono
User concepts infoAccess controlUsers and groupsnosimple password-based access controlAzure Active Directory Authenticationyes 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
4D infoformer name: 4th DimensionLovefieldMachbase Neo infoFormer name was InfinifluxMicrosoft Azure Data ExplorerRethinkDB
DB-Engines blog posts

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

show all

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

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, Microsoft

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

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, Microsoft

Log and Telemetry Analytics Performance Benchmark
16 August 2022, Gigaom

provided by Google News

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

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

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

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

RethinkDB's Open Source NoSQL Now Production-Ready
14 April 2015, Data Center Knowledge

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.

Milvus logo

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

Present your product here