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 > InfinityDB vs. Memgraph vs. Microsoft Azure Data Explorer vs. OpenEdge vs. Sequoiadb

System Properties Comparison InfinityDB vs. Memgraph vs. Microsoft Azure Data Explorer vs. OpenEdge vs. Sequoiadb

Editorial information provided by DB-Engines
NameInfinityDB  Xexclude from comparisonMemgraph  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOpenEdge  Xexclude from comparisonSequoiadb  Xexclude from comparison
DescriptionA Java embedded Key-Value Store which extends the Java Map interfaceAn open source graph database built for real-time streaming and compatible with Neo4jFully managed big data interactive analytics platformApplication development environment with integrated database management systemNewSQL database with distributed OLTP and SQL
Primary database modelKey-value storeGraph DBMSRelational DBMS infocolumn orientedRelational DBMSDocument store
Relational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.08
Rank#365  Overall
#55  Key-value stores
Score3.19
Rank#94  Overall
#8  Graph DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score3.45
Rank#85  Overall
#46  Relational DBMS
Score0.50
Rank#258  Overall
#41  Document stores
#120  Relational DBMS
Websiteboilerbay.commemgraph.comazure.microsoft.com/­services/­data-explorerwww.progress.com/­openedgewww.sequoiadb.com
Technical documentationboilerbay.com/­infinitydb/­manualmemgraph.com/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerdocumentation.progress.com/­output/­ua/­OpenEdge_latestwww.sequoiadb.com/­en/­index.php?m=Files&a=index
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperBoiler Bay Inc.Memgraph LtdMicrosoftProgress Software CorporationSequoiadb Ltd.
Initial release20022017201919842013
Current release4.0cloud service with continuous releasesOpenEdge 12.2, March 2020
License infoCommercial or Open SourcecommercialOpen Source infoBSL 1.1; commercial license for enterprise edition availablecommercialcommercialOpen Source infoServer: AGPL; Client: Apache V2
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC and C++C++
Server operating systemsAll OS with a Java VMLinuxhostedAIX
HP-UX
Linux
Solaris
Windows
Linux
Data schemeyes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschema-free and schema-optionalFixed schema with schema-less datatypes (dynamic)yesschema-free
Typing infopredefined data types such as float or dateyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyes infooid, date, timestamp, binary, regex
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.nonoyesyesno
Secondary indexesno infomanual creation possible, using inversions based on multi-value capabilityall fields are automatically indexedyesyes
SQL infoSupport of SQLnonoKusto Query Language (KQL), SQL subsetyes infoclose to SQL 92SQL-like query language
APIs and other access methodsAccess via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
Bolt protocol
Cypher query language
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
proprietary protocol using JSON
Supported programming languagesJava.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Progress proprietary ABL (Advanced Business Language).Net
C++
Java
PHP
Python
Server-side scripts infoStored proceduresnoYes, possible languages: KQL, Python, RyesJavaScript
Triggersnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infodynamic graph partitioningSharding infoImplicit feature of the cloud servicehorizontal partitioning infosince Version 11.4Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication using RAFTyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency infoREAD-COMMITTED or SERIALIZEDImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityno infomanual creation possible, using inversions based on multi-value capabilityyes inforelationships in graphsnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoOptimistic locking for transactions; no isolation for bulk loadsACID infowith snapshot isolationnoACIDDocument is locked during a transaction
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnonono
User concepts infoAccess controlnoUsers, roles and permissionsAzure Active Directory AuthenticationUsers and groupssimple password-based access control
More information provided by the system vendor
InfinityDBMemgraphMicrosoft Azure Data ExplorerOpenEdgeSequoiadb
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» 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
InfinityDBMemgraphMicrosoft Azure Data ExplorerOpenEdgeSequoiadb
Recent citations in the news

Enhance Your Network Analysis with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

Update records in a Kusto Database (public preview) | Azure updates
20 February 2024, Microsoft

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8 January 2024, Microsoft

New Features for graph-match KQL Operator: Enhanced Pattern Matching and Cycle Control | Azure updates
24 January 2024, Microsoft

Public Preview: Azure Data Explorer Add-On for Splunk | Azure updates
3 October 2023, Microsoft

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

provided by Google News

OpenEdge Application Development | Progress OpenEdge
14 September 2014, Progress Software

What's New in OpenEdge 12.8
15 April 2024, release.nl

PoC Exploit Released for OpenEdge Authentication Gateway & AdminServer Vulnerability
11 March 2024, GBHackers

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

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