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 > 4D vs. Manticore Search vs. Microsoft Azure Cosmos DB vs. Microsoft Azure Data Explorer vs. SpatiaLite

System Properties Comparison 4D vs. Manticore Search vs. Microsoft Azure Cosmos DB vs. Microsoft Azure Data Explorer vs. SpatiaLite

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonManticore Search  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSpatiaLite  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemMulti-storage database for search, including full-text search.Globally distributed, horizontally scalable, multi-model database serviceFully managed big data interactive analytics platformSpatial extension of SQLite
Primary database modelRelational DBMSSearch engineDocument store
Graph DBMS
Key-value store
Wide column store
Relational DBMS infocolumn orientedSpatial DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibrarySpatial DBMSDocument 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
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.58
Rank#108  Overall
#54  Relational DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score1.60
Rank#149  Overall
#3  Spatial DBMS
Websitewww.4d.commanticoresearch.comazure.microsoft.com/­services/­cosmos-dbazure.microsoft.com/­services/­data-explorerwww.gaia-gis.it/­fossil/­libspatialite/­index
Technical documentationdeveloper.4d.commanual.manticoresearch.comlearn.microsoft.com/­azure/­cosmos-dbdocs.microsoft.com/­en-us/­azure/­data-explorerwww.gaia-gis.it/­gaia-sins/­spatialite_topics.html
Developer4D, IncManticore SoftwareMicrosoftMicrosoftAlessandro Furieri
Initial release19842017201420192008
Current releasev20, April 20236.0, February 2023cloud service with continuous releases5.0.0, August 2020
License infoCommercial or Open SourcecommercialOpen Source infoGPL version 2commercialcommercialOpen Source infoMPL 1.1, GPL v2.0 or LGPL v2.1
Cloud-based only infoOnly available as a cloud servicenonoyesyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C++
Server operating systemsOS X
Windows
FreeBSD
Linux
macOS
Windows
hostedhostedserver-less
Data schemeyesFixed schemaschema-freeFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyes infoJSON typesyes 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.yesCan index from XMLyesno
Secondary indexesyesyes infofull-text index on all search fieldsyes infoAll properties auto-indexed by defaultall fields are automatically indexedyes
SQL infoSupport of SQLyes infoclose to SQL 92SQL-like query languageSQL-like query languageKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languages4D proprietary IDE
PHP
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-side scripts infoStored proceduresyesuser defined functionsJavaScriptYes, possible languages: KQL, Python, Rno
TriggersyesnoJavaScriptyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infoImplicit feature of the cloud serviceSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationSynchronous replication based on Galera libraryyes infoImplicit feature of the cloud serviceyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*Spark connector (open source): github.com/­Azure/­azure-kusto-sparkno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesnononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes infoisolated transactions for atomic changes and binary logging for safe writesMulti-item ACID transactions with snapshot isolation within a partitionnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlUsers and groupsnoAccess rights can be defined down to the item levelAzure Active Directory Authenticationno

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
4D infoformer name: 4th DimensionManticore SearchMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMicrosoft Azure Data ExplorerSpatiaLite
DB-Engines blog posts

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

Recent citations in the news

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

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

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Apex Legends hacker says game developers patched exploit used on streamers
25 April 2024, Yahoo News Canada

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

provided by Google News

General Availability: Data API builder | Azure updates
15 May 2024, azure.microsoft.com

Start your AI journey with Microsoft Azure Cosmos DB—compete for $10K
9 May 2024, azure.microsoft.com

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, azure.microsoft.com

Microsoft Ships Data API Builder for Azure SQL Databases
15 May 2024, Visual Studio Magazine

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, azure.microsoft.com

provided by Google News

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

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

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, Microsoft

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

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, Microsoft

provided by Google News



Share this page

Featured Products

Milvus logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

RaimaDB logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Present your product here