DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > eXtremeDB vs. Microsoft Azure Data Explorer vs. Sequoiadb vs. Teradata vs. TimesTen

System Properties Comparison eXtremeDB vs. Microsoft Azure Data Explorer vs. Sequoiadb vs. Teradata vs. TimesTen

Editorial information provided by DB-Engines
NameeXtremeDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSequoiadb  Xexclude from comparisonTeradata  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionNatively in-memory DBMS with options for persistency, high-availability and clusteringFully managed big data interactive analytics platformNewSQL database with distributed OLTP and SQLA hybrid cloud data analytics software platform (Teradata Vantage)In-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMS
Time Series DBMS
Relational DBMS infocolumn orientedDocument store
Relational DBMS
Relational DBMSRelational 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
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.80
Rank#214  Overall
#99  Relational DBMS
#18  Time Series DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score0.50
Rank#258  Overall
#41  Document stores
#120  Relational DBMS
Score44.87
Rank#22  Overall
#15  Relational DBMS
Score1.36
Rank#161  Overall
#75  Relational DBMS
Websitewww.mcobject.comazure.microsoft.com/­services/­data-explorerwww.sequoiadb.comwww.teradata.comwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationwww.mcobject.com/­docs/­extremedb.htmdocs.microsoft.com/­en-us/­azure/­data-explorerwww.sequoiadb.com/­en/­index.php?m=Files&a=indexdocs.teradata.comdocs.oracle.com/­database/­timesten-18.1
DeveloperMcObjectMicrosoftSequoiadb Ltd.TeradataOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20012019201319841998
Current release8.2, 2021cloud service with continuous releasesTeradata Vantage 1.0 MU2, January 201911 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourcecommercialcommercialOpen Source infoServer: AGPL; Client: Apache V2commercialcommercial
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 languageC and C++C++
Server operating systemsAIX
HP-UX
Linux
macOS
Solaris
Windows
hostedLinuxhosted
Linux
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesFixed schema with schema-less datatypes (dynamic)schema-freeyesyes
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-typesyes infooid, date, timestamp, binary, regexyesyes
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.no infosupport of XML interfaces availableyesnoyesno
Secondary indexesyesall fields are automatically indexedyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash indexyes
SQL infoSupport of SQLyes infowith the option: eXtremeSQLKusto Query Language (KQL), SQL subsetSQL-like query languageyes infoSQL 2016 + extensionsyes
APIs and other access methods.NET Client API
JDBC
JNI
ODBC
Proprietary protocol
RESTful HTTP API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
proprietary protocol using JSON.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languages.Net
C
C#
C++
Java
Lua
Python
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C++
Java
PHP
Python
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresyesYes, possible languages: KQL, Python, RJavaScriptyes infoUDFs, stored procedures, table functions in parallelPL/SQL
Triggersyes infoby defining eventsyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynoyesno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning / shardingSharding infoImplicit feature of the cloud serviceShardingSharding infoHashingnone
Replication methods infoMethods for redundantly storing data on multiple nodesActive Replication Fabric™ for IoT
Multi-source replication infoby means of eXtremeDB Cluster option
Source-replica replication infoby means of eXtremeDB High Availability option
yes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replicationMulti-source replication
Source-replica replication
Multi-source replication
Source-replica replication
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 systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual ConsistencyImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyesnonoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoDocument is locked during a transactionACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoOptimistic (MVCC) and pessimistic (locking) strategies availableyesyesyesyes
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.yesnonoyesyes
User concepts infoAccess controlAzure Active Directory Authenticationsimple password-based access controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
eXtremeDBMicrosoft Azure Data ExplorerSequoiadbTeradataTimesTen
Specific characteristicseXtremeDB is an in-memory and/or persistent database system that offers an ultra-small...
» more
Competitive advantageseXtremeDB databases can be modeled relationally or as objects and can utilize SQL...
» more
Typical application scenariosIoT application across all markets: Industrial Control, Netcom, Telecom, Defense,...
» more
Key customersSchneider Electronics, F5 Networks, TNS, Boeing, Northrop Grumman, GoPro, ViaSat,...
» more
Market metricsWith hundreds of customers and over 30 million devices/applications using the product...
» more
Licensing and pricing modelsFor server use cases, there is a simple per-server license irrespective of the number...
» more

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
eXtremeDBMicrosoft Azure Data ExplorerSequoiadbTeradataTimesTen
DB-Engines blog posts

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

McObject Delivers eXtremeDB 8.4 Improving Performance, Security, and Developer Productivity
13 May 2024, Embedded Computing Design

Latest embedded DBMS supports asymmetric multiprocessing systems
24 May 2023, Embedded

McObject & IBM Set New Records for Speed & Stability in STAC-M3 Benchmark for Capital Markets
3 November 2015, Yahoo Lifestyle UK

The Data in Hard Real-time SCADA Systems Lets Companies Do More with Less
11 August 2023, Automation.com

McObject’s new eXtremeDB Cluster provides distributed database solution for real-time apps
20 July 2011, Embedded

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

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

provided by Google News

Big Data News: Cloudera, Splunk, Clustrix, Teradata
31 May 2024, Data Center Knowledge

Is There Now An Opportunity In Teradata Corporation (NYSE:TDC)?
28 May 2024, Yahoo Finance

Should You Be Excited About Teradata Corporation's (NYSE:TDC) 78% Return On Equity?
27 May 2024, Simply Wall St

Lakehouse dam breaks after departure of long-time Teradata CTO
1 May 2024, The Register

Prepare and load Amazon S3 data into Teradata using AWS Glue through its native connector for Teradata Vantage ...
30 November 2023, AWS Blog

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

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.

Present your product here