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 > EJDB vs. Hypertable vs. Microsoft Azure Data Explorer vs. SWC-DB vs. Vitess

System Properties Comparison EJDB vs. Hypertable vs. Microsoft Azure Data Explorer vs. SWC-DB vs. Vitess

Editorial information provided by DB-Engines
NameEJDB  Xexclude from comparisonHypertable  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSWC-DB infoSuper Wide Column Database  Xexclude from comparisonVitess  Xexclude from comparison
Hypertable has stopped its further development with March 2016 and is removed from the DB-Engines ranking.
DescriptionEmbeddable document-store database library with JSON representation of queries (in MongoDB style)An open source BigTable implementation based on distributed file systems such as HadoopFully managed big data interactive analytics platformA high performance, scalable Wide Column DBMSScalable, distributed, cloud-native DBMS, extending MySQL
Primary database modelDocument storeWide column storeRelational DBMS infocolumn orientedWide column storeRelational 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
Time Series DBMSDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.27
Rank#297  Overall
#44  Document stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score0.01
Rank#376  Overall
#13  Wide column stores
Score0.82
Rank#209  Overall
#97  Relational DBMS
Websitegithub.com/­Softmotions/­ejdbazure.microsoft.com/­services/­data-explorergithub.com/­kashirin-alex/­swc-db
www.swcdb.org
vitess.io
Technical documentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.microsoft.com/­en-us/­azure/­data-explorervitess.io/­docs
DeveloperSoftmotionsHypertable Inc.MicrosoftAlex KashirinThe Linux Foundation, PlanetScale
Initial release20122009201920202013
Current release0.9.8.11, March 2016cloud service with continuous releases0.5, April 202115.0.2, December 2022
License infoCommercial or Open SourceOpen Source infoGPLv2Open Source infoGNU version 3. Commercial license availablecommercialOpen Source infoGPL V3Open Source infoApache Version 2.0, commercial licenses available
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCC++C++Go
Server operating systemsserver-lessLinux
OS X
Windows infoan inofficial Windows port is available
hostedLinuxDocker
Linux
macOS
Data schemeschema-freeschema-freeFixed schema with schema-less datatypes (dynamic)schema-freeyes
Typing infopredefined data types such as float or dateyes infostring, integer, double, bool, date, object_idnoyes 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.yesno
Secondary indexesnorestricted infoonly exact value or prefix value scansall fields are automatically indexedyes
SQL infoSupport of SQLnonoKusto Query Language (KQL), SQL subsetSQL-like query languageyes infowith proprietary extensions
APIs and other access methodsin-process shared libraryC++ API
Thrift
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Proprietary protocol
Thrift
ADO.NET
JDBC
MySQL protocol
ODBC
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
C++
Java
Perl
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C++Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnonoYes, possible languages: KQL, Python, Rnoyes infoproprietary syntax
Triggersnonoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynoyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infoImplicit feature of the cloud serviceShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor on file system levelyes 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 methodsnoyesSpark connector (open source): github.com/­Azure/­azure-kusto-sparknono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency across shards
Immediate Consistency within a shard
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possiblenonoyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanononoACID at shard level
Concurrency infoSupport for concurrent manipulation of datayes infoRead/Write Lockingyesyesyesyes infotable locks or row locks depending on storage engine
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlnonoAzure Active Directory AuthenticationUsers with fine-grained authorization concept infono user groups or roles

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
EJDBHypertableMicrosoft Azure Data ExplorerSWC-DB infoSuper Wide Column DatabaseVitess
Recent citations in the news

SQL and TimescaleDB. This article takes a closer look into… | by Alibaba Cloud
31 July 2019, DataDrivenInvestor

TimescaleDB goes distributed; implements ‘Chunking’ over ‘Sharding’ for scaling-out
22 August 2019, Packt Hub

Decorate your Windows XP with Hyperdesk
30 July 2008, CNET

The Collective: Customize Your Computer & Your Phone With Star Trek
18 March 2009, TrekMovie

The Collective: A Look At The Star Trek Terran Empire XP Hypersuite
6 July 2009, TrekMovie

provided by Google News

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8 January 2024, Microsoft

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

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

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23 May 2023, Microsoft

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23 November 2023, InfoQ.com

provided by Google News

2022 All O-Zone Football Team
17 December 2022, Ozarks Sports Zone

provided by Google News

Vitess, the database clustering system powering YouTube, graduates CNCF incubation
5 November 2019, SiliconANGLE News

PlanetScale Unveils Distributed MySQL Database Service Based on Vitess
18 May 2021, Datanami

They scaled YouTube — now they’ll shard everyone with PlanetScale
13 December 2018, TechCrunch

Massively Scaling MySQL Using Vitess
19 February 2019, InfoQ.com

PlanetScale review: Horizontally scalable MySQL in the cloud
1 September 2021, InfoWorld

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for 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

Neo4j logo

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

Present your product here