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

DBMS > KairosDB vs. Microsoft Azure Data Explorer vs. Raima Database Manager vs. Speedb vs. SWC-DB

System Properties Comparison KairosDB vs. Microsoft Azure Data Explorer vs. Raima Database Manager vs. Speedb vs. SWC-DB

Editorial information provided by DB-Engines
NameKairosDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonRaima Database Manager infoformerly named db_Vista  Xexclude from comparisonSpeedb  Xexclude from comparisonSWC-DB infoSuper Wide Column Database  Xexclude from comparison
DescriptionDistributed Time Series DBMS based on Cassandra or H2Fully managed big data interactive analytics platformRDBMS with a small footprint, either embedded into an application or used as a database serverAn embeddable, high performance key-value store optimized for write-intensive workloads, which can be used as a drop-in replacement for RocksDBA high performance, scalable Wide Column DBMS
Primary database modelTime Series DBMSRelational DBMS infocolumn orientedRelational DBMS
Time Series DBMS
Key-value storeWide column 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
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.67
Rank#233  Overall
#20  Time Series DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score0.49
Rank#259  Overall
#121  Relational DBMS
#21  Time Series DBMS
Score0.26
Rank#310  Overall
#45  Key-value stores
Score0.08
Rank#364  Overall
#13  Wide column stores
Websitegithub.com/­kairosdb/­kairosdbazure.microsoft.com/­services/­data-explorerraima.comwww.speedb.iogithub.com/­kashirin-alex/­swc-db
www.swcdb.org
Technical documentationkairosdb.github.iodocs.microsoft.com/­en-us/­azure/­data-explorerdocs.raima.com
DeveloperMicrosoftRaima Inc.SpeedbAlex Kashirin
Initial release20132019198420202020
Current release1.2.2, November 2018cloud service with continuous releases15, June 20210.5, April 2021
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialcommercialOpen Source infoApache Version 2.0; commercial license availableOpen Source infoGPL V3
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaCC++C++
Server operating systemsLinux
OS X
Windows
hostedAndroid
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
Linux
Windows
Linux
Data schemeschema-freeFixed schema with schema-less datatypes (dynamic)yesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesno
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.noyesno infoExporting/Importing of XML structures possiblenono
Secondary indexesnoall fields are automatically indexedyesno
SQL infoSupport of SQLnoKusto Query Language (KQL), SQL subsetyesnoSQL-like query language
APIs and other access methodsGraphite protocol
HTTP REST
Telnet API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
RESTful HTTP API
Proprietary protocol
Thrift
Supported programming languagesJava
JavaScript infoNode.js
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C++
Objective-C
PL/SQL
C
C++
Go
Java
Perl
Python
Ruby
C++
Server-side scripts infoStored proceduresnoYes, possible languages: KQL, Python, Ryes infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specificationnono
Triggersnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on CassandraSharding infoImplicit feature of the cloud servicehorizontal partitioninghorizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on Cassandrayes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replicationyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Eventual Consistency
Immediate Consistency
Immediate Consistency or Eventual Consistency depending on configurationImmediate Consistency
Foreign keys infoReferential integritynonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDyes
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
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.nonoyesyesno
User concepts infoAccess controlsimple password-based access controlAzure Active Directory Authenticationnono
More information provided by the system vendor
KairosDBMicrosoft Azure Data ExplorerRaima Database Manager infoformerly named db_VistaSpeedbSWC-DB infoSuper Wide Column Database
Specific characteristicsRaima Database Manager (RDM) is an embedded time-series database optimized to run...
» more
Speedb is an embedded key-value storage engine for versatile use cases. It was designed...
» more
Competitive advantagesDecreased time-to-market Industry-standard interfaces & tools for making your job...
» more
Speedb Open-source rebases on RocksDB's latest versions, with enhanced capabilities...
» more
Typical application scenariosTypical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» more
Key customersInfor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» more
Market metricsOver 30 000 applications developers worldwide have field-tested RDM products More...
» more
Licensing and pricing modelsJust as the technical aspects of Raima Database Manager are flexible, so are the...
» more
Open source - Speedb OSS is released under an Apache license and can be found on...
» more
News

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29 February 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10 June 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8 October 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1 October 2020

Raima Expands Their Reseller Network in Asia
19 May 2020

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
KairosDBMicrosoft Azure Data ExplorerRaima Database Manager infoformerly named db_VistaSpeedbSWC-DB infoSuper Wide Column Database
Recent citations in the news

Real-Time Performance and Health Monitoring Using Netdata
2 September 2019, CNX Software

provided by Google News

We’re retiring Azure Time Series Insights on 7 July 2024 – transition to Azure Data Explorer | Azure updates
31 May 2024, Microsoft

Update records in a Kusto Database (public preview) | Azure updates
20 February 2024, Microsoft

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

Announcing General Availability to migrate Virtual Network injected Azure Data Explorer Cluster to Private Endpoints ...
5 February 2024, Microsoft

New Features for graph-match KQL Operator: Enhanced Pattern Matching and Cycle Control | Azure updates
24 January 2024, Microsoft

provided by Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14 March 2012, Embedded

Edge Computing Enabling the Future | Wind River
2 July 2018, WIND

Raima releases version 3 of Raima Database API for NI LabVIEW
9 November 2014, Embedded

LabVIEW integrates Raima's Database API
7 August 2013, Embedded

IP Core for ASICs & FPGAs meets CAN FD spec
27 January 2014, Embedded

provided by Google News

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

Redis Acquires Speedb, Expanding Its Data Platform Capabilities Beyond DRAM
22 March 2024, Datanami

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks and Files

Redis Acquires Speedb to Supercharge End-to-End Application Performance at Lower Cost
21 March 2024, GlobeNewswire

provided by Google News

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

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