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

DBMS > Altibase vs. Amazon SimpleDB vs. InterSystems IRIS vs. Manticore Search vs. Microsoft Azure Data Explorer

System Properties Comparison Altibase vs. Amazon SimpleDB vs. InterSystems IRIS vs. Manticore Search vs. Microsoft Azure Data Explorer

Editorial information provided by DB-Engines
NameAltibase  Xexclude from comparisonAmazon SimpleDB  Xexclude from comparisonInterSystems IRIS  Xexclude from comparisonManticore Search  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparison
DescriptionAn enterprise grade, high-performance RDBMSHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreA containerised multi-model DBMS, interoperability and analytics data platform with wide capabilities for vertical and horizontal scalabilityMulti-storage database for search, including full-text search.Fully managed big data interactive analytics platform
Primary database modelRelational DBMSKey-value storeDocument store
Key-value store
Object oriented DBMS
Relational DBMS
Search engineRelational DBMS infocolumn oriented
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryDocument 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.00
Rank#194  Overall
#91  Relational DBMS
Score1.88
Rank#139  Overall
#24  Key-value stores
Score4.39
Rank#81  Overall
#13  Document stores
#10  Key-value stores
#1  Object oriented DBMS
#44  Relational DBMS
Score0.23
Rank#317  Overall
#21  Search engines
Score5.16
Rank#69  Overall
#37  Relational DBMS
Websitealtibase.comaws.amazon.com/­simpledbwww.intersystems.com/­products/­intersystems-irismanticoresearch.comazure.microsoft.com/­services/­data-explorer
Technical documentationgithub.com/­ALTIBASE/­Documents/­tree/­master/­Manualsdocs.aws.amazon.com/­simpledbdocs.intersystems.com/­irislatest/­csp/­docbook/­DocBook.UI.Page.clsmanual.manticoresearch.comdocs.microsoft.com/­en-us/­azure/­data-explorer
DeveloperAltibaseAmazonInterSystemsManticore SoftwareMicrosoft
Initial release19992007201820172019
Current releasev7.3, 2023, August 20232023.3, June 20236.0, February 2023cloud service with continuous releases
License infoCommercial or Open Sourcecommercial infoOpen source edition discontinued with March 2023commercialcommercialOpen Source infoGPL version 2commercial
Cloud-based only infoOnly available as a cloud servicenoyesnonoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++
Server operating systemsAIX
HP-UX
Linux
hostedAIX
Linux
macOS
Ubuntu
Windows
FreeBSD
Linux
macOS
Windows
hosted
Data schemeyesschema-freedepending on used data modelFixed schemaFixed schema with schema-less datatypes (dynamic)
Typing infopredefined data types such as float or dateyesnoyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types
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.noyesCan index from XMLyes
Secondary indexesyesyes infoAll columns are indexed automaticallyyesyes infofull-text index on all search fieldsall fields are automatically indexed
SQL infoSupport of SQLANSI SQL-92noyesSQL-like query languageKusto Query Language (KQL), SQL subset
APIs and other access methodsJDBC
ODBC
Proprietary protocol
RESTful HTTP APIJDBC
ODBC
RESTful HTTP API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languagesC
C++
Java
.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
.Net
C++
Java
JavaScript (Node.js)
Python
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-side scripts infoStored proceduresstored procedures and stored functionsnoyesuser defined functionsYes, possible languages: KQL, Python, R
Triggersyesnoyesnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicy
Partitioning methods infoMethods for storing different data on different nodesShardingnone infoSharding must be implemented in the applicationShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infoImplicit feature of the cloud service
Replication methods infoMethods for redundantly storing data on multiple nodesyesyesSource-replica replicationSynchronous replication based on Galera libraryyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoSpark connector (open source): github.com/­Azure/­azure-kusto-spark
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesnoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoConcurrent data updates can be detected by the applicationACIDyes infoisolated transactions for atomic changes and binary logging for safe writesno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoThe original contents of fields are not stored in the Manticore index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)yesnoAzure Active Directory Authentication
More information provided by the system vendor
AltibaseAmazon SimpleDBInterSystems IRISManticore SearchMicrosoft Azure Data Explorer
Specific characteristicsInterSystems IRIS is a complete cloud-first data platform which includes a multi-model...
» 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
AltibaseAmazon SimpleDBInterSystems IRISManticore SearchMicrosoft Azure Data Explorer
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

Recent citations in the news

Altibase is Adopted for Presence Service to Provide User Information and Online Presence
8 April 2019, PR Newswire

Open-source DBMS becoming battleground of public cloud
17 May 2022, Etnews

South Korean company to provide database solution to Mobicom
10 April 2020, UB Post

In-Memory Database Market Rapid Growth at Deep Value Price :Altibase Corporation, Amazon Web Services, Datastax ...
13 April 2024, Post Production Buyers Guide

In-memory OLAP Database Market Is Booming (CAGR of 24.95%) Worldwide | Terracotta, Altibase, Kognitio, Mcobject ...
26 October 2018, openPR

provided by Google News

Amazon SimpleDB Management in Eclipse | AWS News Blog
22 July 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

Amazon Goes Back to the Future With 'NoSQL' Database
19 January 2012, WIRED

Bungee Connect Opens up and Adds Amazon SimpleDB Access | Amazon Web Services
22 February 2008, AWS Blog

provided by Google News

InterSystems expands InterSystems IRIS data platform with vector search to support next-generation AI applications
16 April 2024, ITWeb

Unlocking the Power of Generative AI: InterSystems IRIS with Vector Search -
26 March 2024, HIT Consultant

InterSystems Expands IRIS Data Platform with Vector Search to Support Next-Gen AI Applications
26 March 2024, Datanami

ImmunoPrecise Antibodies And InterSystems Partner To Leverage AI In Life Sciences, Transforming Patient Care With ...
12 April 2024, StreetInsider.com

EXCLUSIVE: Immunoprecise Antibodies and InterSystems Integrate Vector Search With LENSai For AI-Driven ...
28 March 2024, Yahoo Finance

provided by Google News

Vector Search in Databases: FOSDEM's Presentation on Manticore Vector Search
21 February 2024, hackernoon.com

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Comparing Meilisearch and Manticore Search Using Key Benchmarks
2 May 2023, hackernoon.com

TF-IDF in a nutshell. Understanding TF-IDF evolution in 5… | by Sergey Nikolaev
13 April 2020, Towards Data Science

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

provided by Google News

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, azure.microsoft.com

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

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

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, azure.microsoft.com

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, azure.microsoft.com

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

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.

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

Present your product here