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 > Microsoft Access vs. OrientDB vs. PostgreSQL vs. Prometheus vs. Stardog

System Properties Comparison Microsoft Access vs. OrientDB vs. PostgreSQL vs. Prometheus vs. Stardog

Editorial information provided by DB-Engines
NameMicrosoft Access  Xexclude from comparisonOrientDB  Xexclude from comparisonPostgreSQL  Xexclude from comparisonPrometheus  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionMicrosoft 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.)Multi-model DBMS (Document, Graph, Key/Value)Widely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLOpen-source Time Series DBMS and monitoring systemEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelRelational DBMSDocument store
Graph DBMS
Key-value store
Relational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Time Series DBMSGraph DBMS
RDF store
Secondary database modelsDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score105.40
Rank#11  Overall
#8  Relational DBMS
Score3.27
Rank#97  Overall
#16  Document stores
#6  Graph DBMS
#15  Key-value stores
Score645.05
Rank#4  Overall
#4  Relational DBMS
Score7.92
Rank#51  Overall
#2  Time Series DBMS
Score2.05
Rank#129  Overall
#11  Graph DBMS
#6  RDF stores
Websitewww.microsoft.com/­en-us/­microsoft-365/­accessorientdb.orgwww.postgresql.orgprometheus.iowww.stardog.com
Technical documentationdeveloper.microsoft.com/­en-us/­accesswww.orientdb.com/­docs/­last/­index.htmlwww.postgresql.org/­docsprometheus.io/­docsdocs.stardog.com
DeveloperMicrosoftOrientDB LTD; CallidusCloud; SAPPostgreSQL Global Development Group infowww.postgresql.org/­developerStardog-Union
Initial release199220101989 info1989: Postgres, 1996: PostgreSQL20152010
Current release1902 (16.0.11328.20222), March 20193.2.29, March 202416.2, February 20247.3.0, May 2020
License infoCommercial or Open Sourcecommercial infoBundled with Microsoft OfficeOpen Source infoApache version 2Open Source infoBSDOpen Source infoApache 2.0commercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
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.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
Implementation languageC++JavaCGoJava
Server operating systemsWindows infoNot a real database server, but making use of DLLsAll OS with a Java JDK (>= JDK 6)FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
Windows
Linux
macOS
Windows
Data schemeyesschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")yesyesschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesyesyesNumeric data onlyyes
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.noyes infospecific XML-type available, but no XML query functionality.no infoImport of XML data possibleno infoImport/export of XML data possible
Secondary indexesyesyesyesnoyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLyes infobut not compliant to any SQL standardSQL-like query language, no joinsyes infostandard with numerous extensionsnoYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsADO.NET
DAO
ODBC
OLE DB
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
RESTful HTTP/JSON APIGraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.Net
C++
Go
Haskell
Java
JavaScript (Node.js)
Python
Ruby
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresyes infosince Access 2010 using the ACE-engineJava, Javascriptuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.nouser defined functions and aggregates, HTTP Server extensions in Java
Triggersyes infosince Access 2010 using the ACE-engineHooksyesnoyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesnoneShardingpartitioning by range, list and (since PostgreSQL 11) by hashShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replicationSource-replica replication infoother methods possible by using 3rd party extensionsyes infoby FederationMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infocould be achieved with distributed queriesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityyesyes inforelationship in graphsyesnoyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infobut no files for transaction loggingACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infobut no files for transaction loggingyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlno infoa simple user-level security was built in till version Access 2003Access rights for users and roles; record level security configurablefine grained access rights according to SQL-standardnoAccess rights for users and roles

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 partiesCYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» more

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

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» more

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» more

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» more

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

More resources
Microsoft AccessOrientDBPostgreSQLPrometheusStardog
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

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

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

show all

Conferences, events and webinars

Monitoring PostgreSQL with Redgate Monitor
Webinar, 10-11am CT / 4-5pm BST, 22 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

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

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

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

provided by Google News

Why PostgreSQL Is the Bedrock for the Future of Data
26 April 2024, hackernoon.com

General availability: Azure Database for PostgreSQL - Flexible Server enhanced disaster recovery features | Azure ...
24 April 2024, Microsoft

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14 November 2023, blogs.oracle.com

Handle tables without primary keys while creating Amazon Aurora PostgreSQL zero-ETL integrations with Amazon ...
18 April 2024, AWS Blog

PeerDB raises $3.6M to accelerate PostgreSQL data movement
11 April 2024, SiliconANGLE News

provided by Google News

VictoriaMetrics Offers Prometheus Replacement for Time Series Monitoring
17 July 2023, The New Stack

How to reduce Istio sidecar metric cardinality with Amazon Managed Service for Prometheus | Amazon Web Services
10 October 2023, AWS Blog

Linux System Monitoring with Prometheus, Grafana, and collectd
1 February 2024, Linux Journal

Consider Grafana vs. Prometheus for your time-series tools
18 October 2021, TechTarget

My Prometheus is Overwhelmed! Help!
24 July 2021, hackernoon.com

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

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.

Present your product here