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 > H2GIS vs. Informix vs. Memcached vs. Microsoft Azure Data Explorer vs. SpatiaLite

System Properties Comparison H2GIS vs. Informix vs. Memcached vs. Microsoft Azure Data Explorer vs. SpatiaLite

Editorial information provided by DB-Engines
NameH2GIS  Xexclude from comparisonInformix  Xexclude from comparisonMemcached  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSpatiaLite  Xexclude from comparison
DescriptionSpatial extension of H2A secure embeddable database from IBM, positioned besides IBM Db2 as a relatively low-cost product optimized for OLTP and Internet of Things dataIn-memory key-value store, originally intended for cachingFully managed big data interactive analytics platformSpatial extension of SQLite
Primary database modelSpatial DBMSRelational DBMS infoSince Version 12.10 support for JSON/BSON datatypes compatible with MongoDBKey-value storeRelational DBMS infocolumn orientedSpatial DBMS
Secondary database modelsRelational DBMSDocument store
Spatial DBMS
Time Series DBMS infowith Informix TimeSeries Extension
Document 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
Score0.00
Rank#383  Overall
#7  Spatial DBMS
Score17.87
Rank#35  Overall
#22  Relational DBMS
Score19.42
Rank#32  Overall
#4  Key-value stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score1.60
Rank#149  Overall
#3  Spatial DBMS
Websitewww.h2gis.orgwww.ibm.com/­products/­informixwww.memcached.orgazure.microsoft.com/­services/­data-explorerwww.gaia-gis.it/­fossil/­libspatialite/­index
Technical documentationwww.h2gis.org/­docs/­homeinformix.hcldoc.com
www.ibm.com/­support/­knowledgecenter/­SSGU8G/­welcomeIfxServers.html
github.com/­memcached/­memcached/­wikidocs.microsoft.com/­en-us/­azure/­data-explorerwww.gaia-gis.it/­gaia-sins/­spatialite_topics.html
DeveloperCNRSIBM, HCL Technologies infoEffective May 1st, 2017, HCL took on development, technical support, and product management teams, and works jointly with IBM on product strategy, marketing, and sales.Danga Interactive infooriginally developed by Brad Fitzpatrick for LiveJournalMicrosoftAlessandro Furieri
Initial release20131984200320192008
Current release14.10.FC5, November 20201.6.25, March 2024cloud service with continuous releases5.0.0, August 2020
License infoCommercial or Open SourceOpen Source infoLGPL 3.0commercial infofree developer edition availableOpen Source infoBSD licensecommercialOpen Source infoMPL 1.1, GPL v2.0 or LGPL v2.1
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC, C++ and JavaCC++
Server operating systemsAIX
HP-UX
Linux
macOS
Solaris
Windows
FreeBSD
Linux
OS X
Unix
Windows
hostedserver-less
Data schemeyesyesschema-freeFixed schema with schema-less datatypes (dynamic)yes
Typing infopredefined data types such as float or dateyesyes infoSince Version 12.10 support for JSON/BSON datatypesnoyes 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.noyesno
Secondary indexesyesyesnoall fields are automatically indexedyes
SQL infoSupport of SQLyesyesnoKusto Query Language (KQL), SQL subsetyes
APIs and other access methodsJDBC
JSON API infoMongoDB compatible
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
Proprietary protocolMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languagesJava.Net
C
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C
C++
ColdFusion
Erlang
Java
Lisp
Lua
OCaml
Perl
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-side scripts infoStored proceduresyes infobased on H2yesnoYes, possible languages: KQL, Python, Rno
Triggersyesyesnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnoneSharding infoImplicit feature of the cloud servicenone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infobased on H2Multi-source replication
Source-replica replication
none infoRepcached, a Memcached patch, provides this functionallityyes 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 systemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnonoACID
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes
Durability infoSupport for making data persistentyesyesnoyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnoyes
User concepts infoAccess controlyes infobased on H2Users with fine-grained authentication, authorization, and auditing controlsyes infousing SASL (Simple Authentication and Security Layer) protocolAzure 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

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

More resources
H2GISInformixMemcachedMicrosoft Azure Data ExplorerSpatiaLite
DB-Engines blog posts

Redis extends the lead in the DB-Engines key-value store ranking
3 February 2014, Matthias Gelbmann

New DB-Engines Ranking shows the popularity of database management systems
3 October 2012, Matthias Gelbmann, Paul Andlinger

show all

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

Recent citations in the news

Unlock the value of your Informix data for advanced analytics and AI with watsonx.data
24 April 2024, ibm.com

IBM Informix: A key part of IBM’s hybrid cloud and AI strategy
11 January 2024, ibm.com

IBM Unleashes 'Cheetah' Database
17 October 2023, InformationWeek

IBM Informix review: What you need to know about the software
12 December 2022, TechRepublic

IBM Informix Database in the Cloud | AWS News Blog
1 May 2009, AWS Blog

provided by Google News

Why DDoS Threat Actors Are Shifting Their Tactics
15 March 2024, Infosecurity Magazine

Redis Labs Boldly Joins AWS in Dropping Prices From 10 to 40 Percent
27 March 2024, Yahoo Lifestyle UK

What are memcached servers, and why are they being used to launch record-setting DDoS attacks?
6 March 2018, GeekWire

Why Redis beats Memcached for caching
14 September 2017, InfoWorld

Introducing mcrouter: A memcached protocol router for scaling memcached deployments
15 September 2014, Facebook Engineering

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

AllegroGraph logo

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

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

RaimaDB logo

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

Milvus logo

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

Present your product here