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. Neo4j vs. OpenSearch vs. PostgreSQL

System Properties Comparison Microsoft Access vs. Neo4j vs. OpenSearch vs. PostgreSQL

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameMicrosoft Access  Xexclude from comparisonNeo4j  Xexclude from comparisonOpenSearch  Xexclude from comparisonPostgreSQL  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.)Scalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache LuceneWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQL
Primary database modelRelational DBMSGraph DBMSSearch engineRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.
Secondary database modelsVector DBMSDocument 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
Score104.92
Rank#11  Overall
#8  Relational DBMS
Score44.46
Rank#23  Overall
#1  Graph DBMS
Score16.36
Rank#37  Overall
#4  Search engines
Score645.54
Rank#4  Overall
#4  Relational DBMS
Websitewww.microsoft.com/­en-us/­microsoft-365/­accessneo4j.comgithub.com/­opensearch-project
opensearch.org
www.postgresql.org
Technical documentationdeveloper.microsoft.com/­en-us/­accessneo4j.com/­docsopensearch.org/­docs/­latestwww.postgresql.org/­docs
DeveloperMicrosoftNeo4j, Inc.Amazon Web ServicesPostgreSQL Global Development Group infowww.postgresql.org/­developer
Initial release1992200720211989 info1989: Postgres, 1996: PostgreSQL
Current release1902 (16.0.11328.20222), March 20195.19, April 20242.5.0, January 202316.2, February 2024
License infoCommercial or Open Sourcecommercial infoBundled with Microsoft OfficeOpen Source infoGPL version3, commercial licenses availableOpen Source infoApache Version 2.0Open Source infoBSD
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.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.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.Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
Implementation languageC++Java, ScalaJavaC
Server operating systemsWindows infoNot a real database server, but making use of DLLsLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
All OS with a Java VMFreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Data schemeyesschema-free and schema-optionalschema-free infoFlexible type definitions. Once a type is defined, it is persistentyes
Typing infopredefined data types such as float or dateyesyesyesyes
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.yes infospecific XML-type available, but no XML query functionality.
Secondary indexesyesyes infopluggable indexing subsystem, by default Apache Luceneyes infoAll search fields are automatically indexedyes
SQL infoSupport of SQLyes infobut not compliant to any SQL standardnoSQL-like query languageyes infostandard with numerous extensions
APIs and other access methodsADO.NET
DAO
ODBC
OLE DB
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
Java API
RESTful HTTP/JSON API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languagesC
C#
C++
Delphi
Java (JDBC-ODBC)
VBA
Visual Basic.NET
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-side scripts infoStored proceduresyes infosince Access 2010 using the ACE-engineyes infoUser defined Procedures and Functionsyesuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.
Triggersyes infosince Access 2010 using the ACE-engineyes infovia event handleryes infoby using the 'percolation' featureyes
Partitioning methods infoMethods for storing different data on different nodesnoneyes using Neo4j FabricShardingpartitioning by range, list and (since PostgreSQL 11) by hash
Replication methods infoMethods for redundantly storing data on multiple nodesnoneCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlyyesSource-replica replication infoother methods possible by using 3rd party extensions
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Eventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency
Foreign keys infoReferential integrityyesyes infoRelationships in graphsnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infobut no files for transaction loggingACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infobut no files for transaction loggingyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.no
User concepts infoAccess controlno infoa simple user-level security was built in till version Access 2003Users, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)fine grained access rights according to SQL-standard
More information provided by the system vendor
Microsoft AccessNeo4jOpenSearchPostgreSQL
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» more
OpenSearch is a highly scalable and extensible open-source software suite for search,...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
Distributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
The OpenSearch platform is used across a broad range of search , analytics, and observability...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
The OpenSearch Project offers open source software licensed under Apache License...
» more
News

This Week in Neo4j: Nodes 2024, Data Modelling, Events, Knowledge Graphs and more
27 April 2024

GQL is Here: Your Cypher Queries in a GQL World
26 April 2024

GQL: The ISO Standard for Graphs Has Arrived
25 April 2024

What Is Retrieval-Augmented Generation (RAG)?
24 April 2024

This Week in Neo4j: Google Cloud, Analysis, Knowledge Graph, Relationships and more
20 April 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 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
Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» 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

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» 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

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

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

CYBERTEC 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

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

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

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

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

Neo4j Announces Collaboration with Microsoft to Advance GenAI and Data Solutions USA - English - India - English
26 March 2024, PR Newswire

Neo4j Is Planning IPO on Nasdaq, Largest Owner Greenbridge Says
15 February 2024, Bloomberg

Using Neo4j’s graph database for AI in Azure
4 April 2024, InfoWorld

Neo4j CTO says new Graph Query Language standard will have 'massive ripple effects'
27 April 2024, SiliconANGLE News

Leveraging Neo4j and Amazon Bedrock for an Explainable, Secure, and Connected Generative AI Solution | Amazon ...
10 November 2023, AWS Blog

provided by Google News

Analyze more demanding as well as larger time series workloads with Amazon OpenSearch Serverless | Amazon Web ...
1 May 2024, AWS Blog

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

Amazon OpenSearch Service adds support for Hebrew and HanLP language analyzers
23 April 2024, AWS Blog

Hybrid Search with Amazon OpenSearch Service | AWS Big Data Blog
19 March 2024, AWS Blog

Amazon OpenSearch Ingestion is now available in 2 additional commercial regions
15 February 2024, AWS Blog

provided by Google News

Automatically Generate Types for Your PostgreSQL Database
1 May 2024, The New Stack

Baffle Delivers Enterprise-Grade Data Security for PostgreSQL on Amazon RDS and Amazon Aurora
1 May 2024, Yahoo Finance

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

Your MySQL 5.7 and PostgreSQL 11 databases will be automatically enrolled into Amazon RDS Extended Support ...
21 December 2023, AWS Blog

Why PostgreSQL Is the Bedrock for the Future of Data
26 April 2024, 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

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

AllegroGraph logo

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

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