DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > Amazon Aurora vs. Neo4j vs. Qdrant vs. SurrealDB

Vergleich der Systemeigenschaften Amazon Aurora vs. Neo4j vs. Qdrant vs. SurrealDB

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon Aurora  Xaus Vergleich ausschliessenNeo4j  Xaus Vergleich ausschliessenQdrant  Xaus Vergleich ausschliessenSurrealDB  Xaus Vergleich ausschliessen
KurzbeschreibungFully managed relational database service built for the cloud providing unparalleled high performance and availability at global scale for MySQL, PostgreSQL, and DSQLScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsA high-performance vector database with neural network or semantic-based matchingA fully ACID transactional, developer-friendly, multi-model DBMS
Primäres DatenbankmodellRelational DBMSGraph DBMSVektor DBMSDocument Store
Graph DBMS
Sekundäre DatenbankmodelleDocument Store
Spatial DBMS
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte7,25
Rang#46  Overall
#29  Relational DBMS
Punkte47,91
Rang#20  Overall
#1  Graph DBMS
Punkte2,28
Rang#106  Overall
#8  Vektor DBMS
Punkte1,08
Rang#176  Overall
#30  Document Stores
#16  Graph DBMS
Websiteaws.amazon.com/­rds/­auroraneo4j.comgithub.com/­qdrant/­qdrant
qdrant.tech
surrealdb.com
Technische Dokumentationdocs.aws.amazon.com/­AmazonRDS/­latest/­AuroraUserGuide/­CHAP_AuroraOverview.html
docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­what-is-aurora-dsql.html
neo4j.com/­docsqdrant.tech/­documentationsurrealdb.com/­docs
Social network pagesLinkedIn
EntwicklerAmazonNeo4j, Inc.QdrantSurrealDB Ltd
Erscheinungsjahr2015200720212022
Aktuelle VersionAurora DSQL, November 2024 (preview), PostgreSQL: docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraPostgreSQLReleaseNotes/­AuroraPostgreSQL.Updates.html , MySQL: docs.aws.amazon.com/­AmazonRDS/­latest/­AuroraMySQLReleaseNotes/­AuroraMySQL.release-calendars.html5.23, August 2024v1.5.0, Mai 2024
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoGPL Version3, kommerzielle Lizenzen verfügbar bei BedarfOpen Source infoApache Version 2.0Open Source
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungssprachePostgreSQL/MySQL: C, C++, Aurora DSQL: RustJava, ScalaRustRust
Server BetriebssystemeAmazon LinuxLinux infoKann auch Server-los als embedded Java Datenbank verwendet werden.
OS X
Solaris
Windows
Docker
Linux
macOS
Windows
Linux
macOS
Windows
Datenschemajaschemafrei und schema-optionalschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaNumbers, Strings, Geo, Booleanja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjanein
Sekundärindizesjaja infoAustauschbares Index Subsystem, per Default Apache Luceneja infoKeywords, numberic ranges, geo, full-text
SQL infoSupport of SQLyes, MySQL and PostgreSQL dialectsneinneinSQL-like query language
APIs und andere ZugriffskonzepteDSQL API: docs.aws.amazon.com/­aurora-dsql/­latest/­userguide/­CHAP_api_reference.html
MySQL wire protocol
PostgreSQL wire protocol
RDS Data API: docs.aws.amazon.com/­AmazonRDS/­latest/­UserGuide/­ProgrammingGuide.html
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
gRPC
OpenAPI 3.0
RESTful HTTP/JSON API infoOpenAPI 3.0
GraphQL
RESTful HTTP API
WebSocket
Unterstützte ProgrammiersprachenAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Rust
Scheme
Tcl
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
Python
Rust
Deno
Go
JavaScript (Node.js)
Rust
Server-seitige Scripts infoStored ProceduresPL/pgSQL, MySQL stored program language, APG trusted language extensionsja infoUser defined Procedures and Functions
TriggersAurora MySQL: Yes. Aurora PostgreSQL: Yes. Aurora DSQL: No.ja infomittels Event Handler
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenDBMS table partitioning, Horizontal storage partitioning, Sharding, Distributed horizontal partitioning (DSQL)ja, mit Neo4j FabricSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenFull replication
Logical replication
Snapshot replication
Transactional replication
Causal Clustering using Raft protocol infoavailable in in Enterprise Version onlyCollection-level replication
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate/Strong Consistency
Causal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Eventual Consistency, tunable consistency
Fremdschlüssel inforeferenzielle Integritätjaja infoBeziehungen in Graphen
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID, Multi-statementACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten DatenmanipulationenMultiversion concurrency control (MVCC) with fully compatible MySQL and PostgreSQL options. Optimistic concurrency control (OCC) in Aurora DSQL.jajaja
Durability infoDauerhafte Speicherung der DatenData is replicated across 3 Availability Zones (AZs) within a single AWS Region. Active-active multi-Region high availability across 3 Regions (2 active, 1 witness) and automated failover recovery with Aurora DSQL. Automated, continuous backup of data with point in time restore. Fault-tolerant, self-healing storage system.jajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja
Berechtigungskonzept infoZugriffskontrolleRole based permissions
Row level security
Users, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)Key-based authenticationyes, based on authentication and database rules
Weitere Informationen bereitgestellt vom Systemhersteller
Amazon AuroraNeo4jQdrantSurrealDB
Neuigkeiten

Announcing the Neo4j Graph Workload for Microsoft Fabric
15. Mai 2025

Run Cypher From Java
13. Mai 2025

Integrating Neo4j With LangChain4j for GraphRAG Vector Stores and Retrievers
12. Mai 2025

This Week in Neo4j: NODES, Knowledge Graph, Graph Analytics, MCP and more
10. Mai 2025

Aura Graph Analytics: A Technical Deep Dive
7. Mai 2025

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Amazon AuroraNeo4jQdrantSurrealDB
DB-Engines Blog Posts

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3. August 2015, Matthias Gelbmann

alle anzeigen

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

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Amazon CloudWatch Database Insights applied in real scenarios
13. Mai 2025, Amazon Web Services

Optimizing cost savings: The advantage of Amazon Aurora over self-managed open source databases
31. März 2025, Amazon Web Services

Introducing Amazon Aurora DSQL | Amazon Web Services
3. Dezember 2024, Amazon Web Services

Amazon Aurora PostgreSQL Limitless Database is now generally available
31. Oktober 2024, Amazon Web Services

Introducing scaling to 0 capacity with Amazon Aurora Serverless v2
20. November 2024, Amazon Web Services

bereitgestellt von Google News

NASA jettisons Neo4j database for Memgraph citing costs
7. Mai 2025, theregister.com

Neo4j Brings Graph Analytics to Any Data Platform
14. Mai 2025, CDOTrends

Neo4j goes serverless, bringing graph analytics to any data source
7. Mai 2025, SiliconANGLE

Latest Neo4j release aims to simplify graph technology
7. Mai 2025, TechTarget

Neo4j Launches Industry's First Graph Analytics Offering For Any Data Platform
7. Mai 2025, PR Newswire

bereitgestellt von Google News

Qdrant Receives Industry Honors for Innovation in AI and Vector Search
28. April 2025, Business Wire

Qdrant promises 10x faster indexing with GPU-powered vector database
23. Januar 2025, Blocks and Files

Open-source vector database Qdrant expands enterprise cloud AI features
4. März 2025, SiliconANGLE

Qdrant update adds security measures for AI development
4. März 2025, TechTarget

.NET AI Chat Web App Template Preview 2 Released with Qdrant and .NET Aspire Support
21. April 2025, infoq.com

bereitgestellt von Google News

SurrealDB Launches Surreal Cloud, a Fully Managed Database Service That Tackles the Complexity Issues Faced by Developer Teams
7. Dezember 2024, insideAI News

SurrealDB Empowers Developers to Build Applications with the Launch of SurrealDB University
15. Oktober 2024, Business Wire

SurrealDB's Surreal Cloud debuts on AWS S3 for scalable multimodel database as a service
4. Dezember 2024, SiliconANGLE

SurrealDB is helping developers consolidate their databases
18. Juni 2024, TechCrunch

London-based SurrealDB secures over €18.6 million aiming to disrupt database technology
18. Juni 2024, EU-Startups

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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.

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

Präsentieren Sie hier Ihr Produkt