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

DBMS > Amazon SimpleDB vs. atoti vs. InfluxDB vs. Microsoft Azure Data Explorer vs. SQLite

System Properties Comparison Amazon SimpleDB vs. atoti vs. InfluxDB vs. Microsoft Azure Data Explorer vs. SQLite

Editorial information provided by DB-Engines
NameAmazon SimpleDB  Xexclude from comparisonatoti  Xexclude from comparisonInfluxDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreAn in-memory DBMS combining transactional and analytical processing to handle the aggregation of ever-changing data.DBMS for storing time series, events and metricsFully managed big data interactive analytics platformWidely used embeddable, in-process RDBMS
Primary database modelKey-value storeObject oriented DBMSTime Series DBMSRelational DBMS infocolumn orientedRelational DBMS
Secondary database modelsSpatial DBMS infowith GEO packageDocument 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
Score1.90
Rank#145  Overall
#24  Key-value stores
Score0.56
Rank#249  Overall
#10  Object oriented DBMS
Score26.89
Rank#28  Overall
#1  Time Series DBMS
Score5.82
Rank#65  Overall
#37  Relational DBMS
Score118.16
Rank#10  Overall
#7  Relational DBMS
Websiteaws.amazon.com/­simpledbatoti.iowww.influxdata.com/­products/­influxdb-overviewazure.microsoft.com/­services/­data-explorerwww.sqlite.org
Technical documentationdocs.aws.amazon.com/­simpledbdocs.atoti.iodocs.influxdata.com/­influxdbdocs.microsoft.com/­en-us/­azure/­data-explorerwww.sqlite.org/­docs.html
DeveloperAmazonActiveViamMicrosoftDwayne Richard Hipp
Initial release2007201320192000
Current release2.7.5, January 2024cloud service with continuous releases3.45.2  (12 March 2024), March 2024
License infoCommercial or Open Sourcecommercialcommercial infofree versions availableOpen Source infoMIT-License; commercial enterprise version availablecommercialOpen Source infoPublic Domain
Cloud-based only infoOnly available as a cloud serviceyesnonoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaGoC
Server operating systemshostedLinux
OS X infothrough Homebrew
hostedserver-less
Data schemeschema-freeschema-freeFixed schema with schema-less datatypes (dynamic)yes infodynamic column types
Typing infopredefined data types such as float or datenoNumeric data and Stringsyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyes infonot rigid because of 'dynamic typing' concept.
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
Secondary indexesyes infoAll columns are indexed automaticallynoall fields are automatically indexedyes
SQL infoSupport of SQLnoMultidimensional Expressions (MDX)SQL-like query languageKusto Query Language (KQL), SQL subsetyes infoSQL-92 is not fully supported
APIs and other access methodsRESTful HTTP APIHTTP API
JSON over UDP
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languages.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresnoPythonnoYes, possible languages: KQL, Python, Rno
Triggersnonoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes
Partitioning methods infoMethods for storing different data on different nodesnone infoSharding must be implemented in the applicationSharding, horizontal partitioningSharding infoin enterprise version onlySharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor infoin enterprise version onlyyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.none
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 systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoConcurrent data updates can be detected by the applicationnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoDepending on used storage enginenoyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)simple rights management via user accountsAzure Active Directory Authenticationno
More information provided by the system vendor
Amazon SimpleDBatotiInfluxDBMicrosoft Azure Data ExplorerSQLite
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» more
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» more
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» more
News

Time Series, InfluxDB, and Vector Databases
26 March 2024

Machine Learning and Infrastructure Monitoring: Tools and Justification
20 March 2024

Making Most Recent Value Queries Hundreds of Times Faster
18 March 2024

Telegraf 1.30 Release Notes
15 March 2024

Tale of the Tape: Data Historians vs Time Series Databases
13 March 2024

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
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Amazon SimpleDBatotiInfluxDBMicrosoft Azure Data ExplorerSQLite
DB-Engines blog posts

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

show all

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

New SimpleDB Goodies: Enhanced Select, Larger Result Sets, Mandatory HTTPS | Amazon Web Services
20 May 2009, AWS Blog

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28 May 2010, Packt Hub

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed Product On AWS
12 November 2013, TechCrunch

Choosing Consistency
24 February 2010, All Things Distributed

High Performance Multithreaded Access to Amazon SimpleDB
8 May 2008, AWS Blog

provided by Google News

Best use of cloud: ActiveViam
28 November 2023, Risk.net

Beacon Platform partners with ActiveViam - ThePaypers
8 December 2023, The Paypers

ActiveViam Embraces Python for its In-Memory Database
4 August 2020, www.waterstechnology.com

FRTB product of the year: ActiveViam
28 November 2023, Risk.net

provided by Google News

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
15 March 2024, Business Wire

How Apache Arrow accelerates InfluxDB
21 November 2023, InfoWorld

provided by Google News

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

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

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

Why the Azure community should start planning for Microsoft Fabric today
20 June 2023, MSDynamicsWorld

Data Explorer processes unlabeled visual data, boosting creation of production-ready AI models
19 April 2023, VentureBeat

provided by Google News

SQLite the New Hotness?! 🤔
21 March 2024, hackernoon.com

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

Universal API Access from Postgres and SQLite
27 February 2024, O'Reilly Media

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

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

SingleStore logo

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

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.

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.

Present your product here