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

DBMS > Apache IoTDB vs. Bangdb vs. Microsoft Access vs. Microsoft SQL Server vs. RRDtool

System Properties Comparison Apache IoTDB vs. Bangdb vs. Microsoft Access vs. Microsoft SQL Server vs. RRDtool

Editorial information provided by DB-Engines
NameApache IoTDB  Xexclude from comparisonBangdb  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonRRDtool  Xexclude from comparison
DescriptionAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkConverged and high performance database for device data, events, time series, document and graphMicrosoft Access combines a backend RDBMS (JET / ACE Engine) with a GUI frontend for data manipulation and queries. infoThe Access frontend is often used for accessing other datasources (DBMS, Excel, etc.)Microsofts flagship relational DBMSIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.
Primary database modelTime Series DBMSDocument store
Graph DBMS
Time Series DBMS
Relational DBMSRelational DBMSTime Series DBMS
Secondary database modelsSpatial DBMSDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.18
Rank#173  Overall
#15  Time Series DBMS
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score104.92
Rank#11  Overall
#8  Relational DBMS
Score824.29
Rank#3  Overall
#3  Relational DBMS
Score1.87
Rank#136  Overall
#11  Time Series DBMS
Websiteiotdb.apache.orgbangdb.comwww.microsoft.com/­en-us/­microsoft-365/­accesswww.microsoft.com/­en-us/­sql-serveross.oetiker.ch/­rrdtool
Technical documentationiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmldocs.bangdb.comdeveloper.microsoft.com/­en-us/­accesslearn.microsoft.com/­en-US/­sql/­sql-serveross.oetiker.ch/­rrdtool/­doc
DeveloperApache Software FoundationSachin Sinha, BangDBMicrosoftMicrosoftTobias Oetiker
Initial release20182012199219891999
Current release1.1.0, April 2023BangDB 2.0, October 20211902 (16.0.11328.20222), March 2019SQL Server 2022, November 20221.8.0, 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoBSD 3commercial infoBundled with Microsoft Officecommercial inforestricted free version is availableOpen Source infoGPL V2 and FLOSS
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
SQLServer Flex @ STACKIT offers a managed version of SQL Server with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageJavaC, C++C++C++C infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemsAll OS with a Java VM (>= 1.8)LinuxWindows infoNot a real database server, but making use of DLLsLinux
Windows
HP-UX
Linux
Data schemeyesschema-freeyesyesyes
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyesyesNumeric data only
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.nonoyesno infoExporting into and restoring from XML files possible
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyesyesno
SQL infoSupport of SQLSQL-like query languageSQL like support with command line toolyes infobut not compliant to any SQL standardyesno
APIs and other access methodsJDBC
Native API
Proprietary protocol
RESTful HTTP API
ADO.NET
DAO
ODBC
OLE DB
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
in-process shared library
Pipes
Supported programming languagesC
C#
C++
Go
Java
Python
Scala
C
C#
C++
Java
Python
C
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
Server-side scripts infoStored proceduresyesnoyes infosince Access 2010 using the ACE-engineTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javano
Triggersyesyes, Notifications (with Streaming only)yes infosince Access 2010 using the ACE-engineyesno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by time range) + vertical partitioning (by deviceId)Sharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmnonetables can be distributed across several files (horizontal partitioning); sharding through federationnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasselectable replication factor, Knob for CAP (enterprise version only)noneyes, but depending on the SQL-Server Editionnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsIntegration with Hadoop and Sparknononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong Consistency with Raft
Tunable consistency, set CAP knob accordinglyImmediate Consistencynone
Foreign keys infoReferential integritynonoyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infobut no files for transaction loggingACIDno
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyesyes infoby using the rrdcached daemon
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyes infobut no files for transaction loggingyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes, run db with in-memory only modeyesyes
User concepts infoAccess controlyesyes (enterprise version only)no infoa simple user-level security was built in till version Access 2003fine grained access rights according to SQL-standardno

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 partiesNavicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

Navicat for SQL Server gives you a fully graphical approach to database management and development.
» more

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

More resources
Apache IoTDBBangdbMicrosoft AccessMicrosoft SQL ServerRRDtool
DB-Engines blog posts

MS Access drops in DB-Engines Ranking
2 May 2013, Paul Andlinger

Microsoft SQL Server regained rank 2 in the DB-Engines popularity ranking
3 December 2012, Matthias Gelbmann

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

show all

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

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

TsFile: A Standard Format for IoT Time Series Data
27 February 2024, The New Stack

Linux 6.5 With AMD P-State EPP Default Brings Performance & Power Efficiency Benefits For Ryzen Servers
21 September 2023, Phoronix

AMD EPYC 8324P / 8324PN Siena 32-Core Siena Linux Server Performance Review
10 October 2023, Phoronix

Apache Promotes IoT Database Project
25 September 2020, Datanami

Timecho Raises Over US$10M in First Funding
29 June 2022, FinSMEs

provided by Google News

Abusing Microsoft Access "Linked Table" Feature to Perform NTLM Forced Authentication Attacks - Check Point Research
9 November 2023, Check Point Research

Hackers Exploit Microsoft Access Feature to Steal Windows User’s NTLM Tokens
11 November 2023, CybersecurityNews

After installing Navisworks, Office 2016 (32-bit) applications stopped launching
8 October 2023, Autodesk Redshift

MS access program to increase awareness and independence of those living with MS and disability
10 July 2023, Nebraska Medicine

How to Connect MS Access to MySQL via ODBC Driver
7 September 2023, TechiExpert.com

provided by Google News

Mastering the SQL Server command-line interface
30 May 2024, SitePoint

New Features in SQL Server 2008
30 May 2024, ITPro Today

Automate downgrading SQL Server to Developer edition on Amazon EC2 | Amazon Web Services
27 May 2024, AWS Blog

Data Virtualization in SQL Server 2022
7 May 2024, Visual Studio Magazine

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

provided by Google News

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

The 16 Best Open Source Network Monitoring Tools in 2023
21 October 2022, Solutions Review

provided by Google News



Share this page

Featured Products

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

Milvus logo

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Neo4j logo

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

RaimaDB logo

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

Present your product here