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

DBMS > Memgraph vs. Microsoft Azure Data Explorer vs. OpenEdge vs. OpenSearch vs. Sequoiadb

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

Editorial information provided by DB-Engines
NameMemgraph  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonOpenEdge  Xexclude from comparisonOpenSearch  Xexclude from comparisonSequoiadb  Xexclude from comparison
DescriptionAn 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 systemA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneNewSQL database with distributed OLTP and SQL
Primary database modelGraph DBMSRelational DBMS infocolumn orientedRelational DBMSSearch engineDocument 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
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score3.51
Rank#86  Overall
#46  Relational DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score0.45
Rank#261  Overall
#41  Document stores
#122  Relational DBMS
Websitememgraph.comazure.microsoft.com/­services/­data-explorerwww.progress.com/­openedgegithub.com/­opensearch-project
opensearch.org
www.sequoiadb.com
Technical documentationmemgraph.com/­docsdocs.microsoft.com/­en-us/­azure/­data-explorerdocumentation.progress.com/­output/­ua/­OpenEdge_latestopensearch.org/­docs/­latestwww.sequoiadb.com/­en/­index.php?m=Files&a=index
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperMemgraph LtdMicrosoftProgress Software CorporationAmazon Web ServicesSequoiadb Ltd.
Initial release20172019198420212013
Current releasecloud service with continuous releasesOpenEdge 12.2, March 20202.5.0, January 2023
License infoCommercial or Open SourceOpen Source infoBSL 1.1; commercial license for enterprise edition availablecommercialcommercialOpen Source infoApache Version 2.0Open Source infoServer: AGPL; Client: Apache V2
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • STACKIT OpenSearch offers OpenSearch in a managed version in enterprise grade, 100% GDPR-compliant, for a wide range of applications like analytics, website search, offering scalability and fast data access.
  • Aiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
Implementation languageC and C++JavaC++
Server operating systemsLinuxhostedAIX
HP-UX
Linux
Solaris
Windows
All OS with a Java VMLinux
Data schemeschema-free and schema-optionalFixed schema with schema-less datatypes (dynamic)yesschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-free
Typing infopredefined data types such as float or dateyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyesyes 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.noyesyesno
Secondary indexesall fields are automatically indexedyesyes infoAll search fields are automatically indexedyes
SQL infoSupport of SQLnoKusto Query Language (KQL), SQL subsetyes infoclose to SQL 92SQL-like query languageSQL-like query language
APIs and other access methodsBolt protocol
Cypher query language
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
Java API
RESTful HTTP/JSON API
proprietary protocol using JSON
Supported programming languages.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)Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
.Net
C++
Java
PHP
Python
Server-side scripts infoStored proceduresYes, possible languages: KQL, Python, RyesyesJavaScript
Triggersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesyes infoby using the 'percolation' featureno
Partitioning methods infoMethods for storing different data on different nodesSharding infodynamic graph partitioningSharding infoImplicit feature of the cloud servicehorizontal partitioning infosince Version 11.4ShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using RAFTyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replicationyesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allEventual Consistency
Foreign keys infoReferential integrityyes inforelationships in graphsnoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infowith snapshot isolationnoACIDnoDocument is locked during a transaction
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyesyesyes
Durability infoSupport for making data persistentyes infowith periodic snapshot and write-ahead logging (WAL) of changesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnonono
User concepts infoAccess controlUsers, roles and permissionsAzure Active Directory AuthenticationUsers and groupssimple password-based access control
More information provided by the system vendor
MemgraphMicrosoft Azure Data ExplorerOpenEdgeOpenSearchSequoiadb
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
OpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Distributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
The OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» more
The OpenSearch Project offers open source software licensed under Apache License...
» 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
3rd partiesAiven for OpenSearch: Fully managed open source search and analytics suite. Out-of-the-box integrations get you up and running in a couple of clicks.
» more

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

More resources
MemgraphMicrosoft Azure Data ExplorerOpenEdgeOpenSearchSequoiadb
Recent citations in the news

Enhance Your Network 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

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

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

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

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

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, azure.microsoft.com

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

Implement a full stack serverless search application using AWS Amplify, Amazon Cognito, Amazon API Gateway
31 May 2024, AWS Blog

OCI Search with OpenSearch 2.11 delivers easy access to latest AI innovations
13 March 2024, Oracle

Amazon OpenSearch Service now supports OpenSearch version 2.13
21 May 2024, AWS Blog

Behind the Scenes: Upgrading OpenSearch efficiency with OCI flexible vertical scaling
13 February 2024, Oracle

Amazon OpenSearch Service zero-ETL integration with Amazon S3 now available
22 May 2024, AWS Blog

provided by Google News



Share this page

Featured Products

Neo4j logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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