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 > Atos Standard Common Repository vs. Microsoft Access vs. MongoDB vs. QuestDB vs. TinkerGraph

System Properties Comparison Atos Standard Common Repository vs. Microsoft Access vs. MongoDB vs. QuestDB vs. TinkerGraph

Editorial information provided by DB-Engines
NameAtos Standard Common Repository  Xexclude from comparisonMicrosoft Access  Xexclude from comparisonMongoDB  Xexclude from comparisonQuestDB  Xexclude from comparisonTinkerGraph  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksMicrosoft 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.)One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA high performance open source SQL database for time series dataA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primary database modelDocument store
Key-value store
Relational DBMSDocument storeTime Series DBMSGraph DBMS
Secondary database modelsSpatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score105.40
Rank#11  Overall
#8  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score2.48
Rank#115  Overall
#9  Time Series DBMS
Score0.12
Rank#344  Overall
#34  Graph DBMS
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorywww.microsoft.com/­en-us/­microsoft-365/­accesswww.mongodb.comquestdb.iotinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technical documentationdeveloper.microsoft.com/­en-us/­accesswww.mongodb.com/­docs/­manualquestdb.io/­docs
DeveloperAtos Convergence CreatorsMicrosoftMongoDB, IncQuestDB Technology Inc
Initial release20161992200920142009
Current release17031902 (16.0.11328.20222), March 20196.0.7, June 2023
License infoCommercial or Open Sourcecommercialcommercial infoBundled with Microsoft OfficeOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoApache 2.0Open Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)nono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageJavaC++C++Java (Zero-GC), C++, RustJava
Server operating systemsLinuxWindows infoNot a real database server, but making use of DLLsLinux
OS X
Solaris
Windows
Linux
macOS
Windows
Data schemeSchema and schema-less with LDAP viewsyesschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.yes infoschema-free via InfluxDB Line Protocolschema-free
Typing infopredefined data types such as float or dateoptionalyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyes
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.yesnono
Secondary indexesyesyesyesnono
SQL infoSupport of SQLnoyes infobut not compliant to any SQL standardRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL with time-series extensionsno
APIs and other access methodsLDAPADO.NET
DAO
ODBC
OLE DB
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
TinkerPop 3
Supported programming languagesAll languages with LDAP bindingsC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
Groovy
Java
Server-side scripts infoStored proceduresnoyes infosince Access 2010 using the ACE-engineJavaScriptnono
Triggersyesyes infosince Access 2010 using the ACE-engineyes infoin MongoDB Atlas onlynono
Partitioning methods infoMethods for storing different data on different nodesSharding infocell divisionnoneSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontal partitioning (by timestamps)none
Replication methods infoMethods for redundantly storing data on multiple nodesyesnoneMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replication with eventual consistencynone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistencynone
Foreign keys infoReferential integritynoyesno infotypically not used, however similar functionality with DBRef possiblenoyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsACID infobut no files for transaction loggingMulti-document ACID Transactions with snapshot isolationACID for single-table writesno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesno
Durability infoSupport for making data persistentyesyes infobut no files for transaction loggingyes infooptional, enabled by defaultyesoptional
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoIn-memory storage engine introduced with MongoDB version 3.2yes infothrough memory mapped filesyes
User concepts infoAccess controlLDAP bind authenticationno infoa simple user-level security was built in till version Access 2003Access rights for users and rolesno
More information provided by the system vendor
Atos Standard Common RepositoryMicrosoft AccessMongoDBQuestDBTinkerGraph
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Relational model with native time series support Column-based storage and time partitioned...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
High ingestion throughput: peak of 4M rows/sec (TSBS Benchmark) Code optimizations...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Financial tick data Industrial IoT Application Metrics Monitoring
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Banks & Hedge funds, Yahoo, OKX, Airbus, Aquis Exchange, Net App, Cloudera, Airtel,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
Open source Apache 2.0 QuestDB Enterprise QuestDB Cloud
» more
News

Does "vpmovzxbd" Scare You? Here's Why it Doesn't Have To
12 April 2024

Create an ADS-B flight radar with QuestDB and a Raspberry Pi
8 April 2024

Build a temperature IoT sensor with Raspberry Pi Pico & QuestDB
5 April 2024

Create an IoT server with QuestDB and a Raspberry Pi
4 April 2024

TimescaleDB vs. QuestDB: Performance benchmarks and overview
27 March 2024

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

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

More resources
Atos Standard Common RepositoryMicrosoft AccessMongoDBQuestDBTinkerGraph
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

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

show all

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the news

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

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

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

ACCDE File (What It Is and How to Open One)
27 July 2023, Lifewire

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

provided by Google News

Vodafone's New Developer Speed and Dexterity—Powered by MongoDB
23 April 2024, WIRED

MongoDB annual event focuses on accelerating AI momentum
22 April 2024, SiliconANGLE News

MongoDB initiated with Buy rating at Loop Capital (MDB)
23 April 2024, Seeking Alpha

A support level that should be taken advantage of
23 April 2024, Marketscreener.com

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com Canada

provided by Google News

QuestDB snares $12M Series A with hosted version coming soon
3 November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11 January 2021, Towards Data Science

QuestDB gets $12M Series A funding amid growing interest in time-series databases
3 November 2021, SiliconANGLE News

Read the Pitch Deck Database Startup QuestDB Used to Raise $12 Million
11 November 2021, Business Insider

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

provided by Google News

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin | Amazon Web Services
28 September 2022, AWS Blog

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27 September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21 February 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune | AWS Database Blog
26 February 2019, AWS Blog

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

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.

AllegroGraph logo

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

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.

Present your product here