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 > Apache Impala vs. Bangdb vs. Memgraph vs. Microsoft SQL Server

System Properties Comparison Apache Impala vs. Bangdb vs. Memgraph vs. Microsoft SQL Server

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonBangdb  Xexclude from comparisonMemgraph  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparison
DescriptionAnalytic DBMS for HadoopConverged and high performance database for device data, events, time series, document and graphAn open source graph database built for real-time streaming and compatible with Neo4jMicrosofts flagship relational DBMS
Primary database modelRelational DBMSDocument store
Graph DBMS
Time Series DBMS
Graph DBMSRelational DBMS
Secondary database modelsDocument storeSpatial DBMSDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score14.03
Rank#40  Overall
#24  Relational DBMS
Score0.15
Rank#334  Overall
#45  Document stores
#31  Graph DBMS
#31  Time Series DBMS
Score3.00
Rank#102  Overall
#8  Graph DBMS
Score829.80
Rank#3  Overall
#3  Relational DBMS
Websiteimpala.apache.orgbangdb.commemgraph.comwww.microsoft.com/­en-us/­sql-server
Technical documentationimpala.apache.org/­impala-docs.htmldocs.bangdb.commemgraph.com/­docslearn.microsoft.com/­en-US/­sql/­sql-server
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaSachin Sinha, BangDBMemgraph LtdMicrosoft
Initial release2013201220171989
Current release4.1.0, June 2022BangDB 2.0, October 2021SQL Server 2022, November 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoBSD 3commercial infoFree license availablecommercial inforestricted free version is available
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C, C++C and C++C++
Server operating systemsLinuxLinuxLinuxLinux
Windows
Data schemeyesschema-freeschema-free and schema-optionalyes
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyesyes
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.nononoyes
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyes
SQL infoSupport of SQLSQL-like DML and DDL statementsSQL like support with command line toolnoyes
APIs and other access methodsJDBC
ODBC
Proprietary protocol
RESTful HTTP API
Bolt protocol
Cypher query language
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
Supported programming languagesAll languages supporting JDBC/ODBCC
C#
C++
Java
Python
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
Server-side scripts infoStored proceduresyes infouser defined functions and integration of map-reducenoTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Java
Triggersnoyes, Notifications (with Streaming only)yes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmSharding infodynamic graph partitioningtables can be distributed across several files (horizontal partitioning); sharding through federation
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factorselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication using RAFTyes, but depending on the SQL-Server Edition
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReducenonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyTunable consistency, set CAP knob accordinglyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyes inforelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infowith snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, run db with in-memory only modeyesyes
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and Kerberosyes (enterprise version only)Users, roles and permissionsfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache ImpalaBangdbMemgraphMicrosoft SQL Server
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
3rd partiesNavicat for SQL Server gives you a fully graphical approach to database management and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

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

More resources
Apache ImpalaBangdbMemgraphMicrosoft SQL Server
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4 January 2017, Matthias Gelbmann, Paul Andlinger

show all

Recent citations in the news

Apache Impala 4 Supports Operator Multi-Threading
29 July 2021, iProgrammer

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

provided by Google News

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

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

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5 October 2021, EU-Startups

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

provided by Google News

SQL Server 2014 end of support: Keep your customers secure
28 March 2024, Microsoft

How to deploy a SQL Server failover cluster with Amazon EBS Multi-Attach on Windows Server | Amazon Web Services
12 January 2024, AWS Blog

Install and Use SQL Server Report Builder
10 April 2024, Petri.com

Data Center Ransomware Attacks on Rise: Microsoft SQL Server is Prime Target
17 April 2024, CybersecurityNews

How to Know When It's Time for a Microsoft SQL Server Upgrade
31 October 2023, BizTech Magazine

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

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.

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

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

Present your product here