DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > OrientDB vs. Percona Server for MongoDB vs. SAP Advantage Database Server vs. Sequoiadb vs. YugabyteDB

Vergleich der Systemeigenschaften OrientDB vs. Percona Server for MongoDB vs. SAP Advantage Database Server vs. Sequoiadb vs. YugabyteDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameOrientDB  Xaus Vergleich ausschliessenPercona Server for MongoDB  Xaus Vergleich ausschliessenSAP Advantage Database Server infofrüherer Name: Sybase ADS  Xaus Vergleich ausschliessenSequoiadb  Xaus Vergleich ausschliessenYugabyteDB  Xaus Vergleich ausschliessen
SAP Advantage Database Server seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
KurzbeschreibungMulti-model DBMS (Document, Graph, Key/Value)A drop-in replacement for MongoDB Community Edition with enterprise-grade features.Low-cost RDBMS with access to ISAM and FoxPro data structuresNewSQL database with distributed OLTP and SQLHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primäres DatenbankmodellDocument Store
Graph DBMS
Key-Value Store
Document StoreRelational DBMSDocument Store
Relational DBMS
Relational DBMS
Sekundäre DatenbankmodelleDocument Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,25
Rang#89  Overall
#16  Document Stores
#6  Graph DBMS
#13  Key-Value Stores
Punkte0,60
Rang#246  Overall
#39  Document Stores
Punkte0,50
Rang#258  Overall
#41  Document Stores
#120  Relational DBMS
Punkte2,63
Rang#109  Overall
#53  Relational DBMS
Websiteorientdb.orgwww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.sap.com/products/advantage-database-server.htmlwww.sequoiadb.comwww.yugabyte.com
Technische Dokumentationwww.orientdb.com/­docs/­last/­index.htmldocs.percona.com/­percona-distribution-for-mongodbwww.sequoiadb.com/­en/­index.php?m=Files&a=indexdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
EntwicklerOrientDB LTD; CallidusCloud; SAPPerconaSybase, SAPSequoiadb Ltd.Yugabyte Inc.
Erscheinungsjahr20102015199320132017
Aktuelle Version3.2.29, Maerz 20243.4.10-2.10, November 20172.1, September 2023
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoGPL Version 2kommerziellOpen Source infoServer: AGPL; Client: Apache V2Open Source infoApache 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
ImplementierungsspracheJavaC++C++C und C++
Server BetriebssystemeAlle Betriebssysteme mit einer Java JDK (>= JDK 6)LinuxLinux
Windows
LinuxLinux
OS X
Datenschemaschemafrei infoSchema kann erzwungen werden: für kompletten Satz ("schema-full") oder nur für einzelne Attribute ("schema-hybrid")schemafreijaschemafreidepending on used data model
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajaja infooid, date, timestamp, binary, regexja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjajajajaja
SQL infoSupport of SQLSQL-like query language, no joinsneinjaSQL-like query languageyes, PostgreSQL compatible
APIs und andere ZugriffskonzepteTinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Proprietäres Protokoll basierend auf JSON.NET Client API
ADO.NET
JDBC
ODBC
OLE DB
Proprietäres Protokoll basierend auf JSONJDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Unterstützte Programmiersprachen.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Delphi
Perl
PHP
.Net
C++
Java
PHP
Python
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-seitige Scripts infoStored ProceduresJava, JavascriptJavaScriptjaJavaScriptja infosql, plpgsql, C
TriggersHooksneinjaneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardingkeineShardingHash and Range Sharding, row-level geo-partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source ReplikationSource-Replica ReplikationMulti-Source Replikation infoCONFLICT Trigger to resolve replication conflicts
Source-Replica Replikation
Source-Replica ReplikationBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoBietet ein API für Map/Reduce Operationennein infocould be achieved with distributed queriesjaneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual ConsistencyStrong consistency on writes and tunable consistency on reads
Fremdschlüssel inforeferenzielle Integritätja infoBeziehungen in Graphenneinjaneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinACIDwährend einer Transaktion wird das Dokument gesperrtDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja infobased on RocksDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infovia In-Memory Enginenein infocaching of (temporary) tables can be configuredneinnein
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und Rollen, Rechte auch auf SatzebeneAccess rights for users and rolesBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardeinfacher Passwort-basierter Zugriffsschutzja
Weitere Informationen bereitgestellt vom Systemhersteller
OrientDBPercona Server for MongoDBSAP Advantage Database Server infofrüherer Name: Sybase ADSSequoiadbYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» mehr
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» mehr
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» mehr
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» mehr
Licensing and pricing modelsApache 2.0 license for the database
» mehr

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
OrientDBPercona Server for MongoDBSAP Advantage Database Server infofrüherer Name: Sybase ADSSequoiadbYugabyteDB
DB-Engines Blog Posts

Graph DBMS increased their popularity by 500% within the last 2 years
3. März 2015, Paul Andlinger

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

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

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

ArangoDB raises $10 million for NoSQL database management
14. März 2019, VentureBeat

HNS IoT Botnet Evolves, Goes Cross-Platform
10. Juli 2018, Dark Reading

bereitgestellt von Google News

MongoDB Performance Tuning
23. Mai 2024, Database Trends and Applications

There are lots of ways to put a database in the cloud – here's what to consider
15. September 2023, The Register

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15. Mai 2023, The Stack

The Case Against the Server Side Public License (SSPL)
11. Oktober 2022, The New Stack

The essential guide to MongoDB security
2. Februar 2017, InfoWorld

bereitgestellt von Google News

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19. Oktober 2023, SAP News

bereitgestellt von Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14. März 2024, Business Wire

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1. Februar 2024, Datanami

The surprising link between Formula One and enterprise PostgreSQL optimisation
28. März 2024, The Stack

Yugabyte Embraces 'No Downtime, No Limits,' as the Theme of the Upcoming Distributed SQL Summit Asia
18. April 2024, Business Wire

Can Yugabyte Become The Defacto Database For Large-Scale, Cloud Native Applications?
20. Mai 2022, Forbes

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

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