DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > EJDB vs. Memgraph vs. Oracle NoSQL vs. TimesTen vs. YugabyteDB

Vergleich der Systemeigenschaften EJDB vs. Memgraph vs. Oracle NoSQL vs. TimesTen vs. YugabyteDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameEJDB  Xaus Vergleich ausschliessenMemgraph  Xaus Vergleich ausschliessenOracle NoSQL  Xaus Vergleich ausschliessenTimesTen  Xaus Vergleich ausschliessenYugabyteDB  Xaus Vergleich ausschliessen
KurzbeschreibungEingebettete Library mit JSON-Notation für Queries (Syntax ähnlich zu MongoDB)An open source graph database built for real-time streaming and compatible with Neo4jA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesIn-Memory RDBMS compatible to OracleHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primäres DatenbankmodellDocument StoreGraph DBMSDocument Store
Key-Value Store
Relational DBMS
Relational DBMSRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,30
Rang#302  Overall
#44  Document Stores
Punkte3,09
Rang#105  Overall
#7  Graph DBMS
Punkte3,26
Rang#101  Overall
#18  Document Stores
#17  Key-Value Stores
#52  Relational DBMS
Punkte1,59
Rang#157  Overall
#72  Relational DBMS
Punkte3,21
Rang#103  Overall
#53  Relational DBMS
Websitegithub.com/­Softmotions/­ejdbmemgraph.comwww.oracle.com/­database/­nosql/­technologies/­nosqlwww.oracle.com/­database/­technologies/­related/­timesten.htmlwww.yugabyte.com
Technische Dokumentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdmemgraph.com/­docsdocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.oracle.com/­database/­timesten-18.1docs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
Social network pagesLinkedInTwitterFacebookGitHubDiscord
EntwicklerSoftmotionsMemgraph LtdOracleOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005Yugabyte Inc.
Erscheinungsjahr20122017201119982017
Aktuelle Version23.3, Dezember 202311 Release 2 (11.2.2.8.0)2.1, September 2023
Lizenz infoCommercial or Open SourceOpen Source infoGPLv2kommerziell infoFree license availableOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)kommerziellOpen 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.
ImplementierungsspracheCC und C++JavaC und C++
Server BetriebssystemeserverlosLinuxLinux
Solaris SPARC/x86
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
OS X
Datenschemaschemafreischemafrei und schema-optionalSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.jadepending on used data model
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, integer, double, bool, date, object_idjaoptionaljaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesneinjajaja
SQL infoSupport of SQLneinneinSQL-like DML and DDL statementsjayes, PostgreSQL compatible
APIs und andere ZugriffskonzepteIn-process LibraryBolt protocol
Cypher query language
RESTful HTTP APIJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
JDBC
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 ProgrammiersprachenActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
C
C#
Go
Java
JavaScript (Node.js)
Python
C
C++
Java
PL/SQL
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-seitige Scripts infoStored ProceduresneinneinPL/SQLja infosql, plpgsql, C
Triggersneinneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding infodynamic graph partitioningShardingkeineHash and Range Sharding, row-level geo-partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineMulti-source replication using RAFTElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureMulti-Source Replikation
Source-Replica Replikation
Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinwith Hadoop integrationneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Immediate Consistency infoabhängig von Konfiguration
Immediate Consistency or Eventual Consistency depending on configurationStrong consistency on writes and tunable consistency on reads
Fremdschlüssel inforeferenzielle Integritätnein infoNormalerweise nicht gebraucht, ähnliche Funktionalität mit collection joinsja inforelationships in graphsneinjaja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACID infowith snapshot isolationkonfigurierbar infoACID innerhalb eines 'storage nodes' (=shard)ACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenja infoRead/Write Lockingyes, multi-version concurrency control (MVCC)jajaja
Durability infoDauerhafte Speicherung der Datenjaja infowith periodic snapshot and write-ahead logging (WAL) of changesjaja infoby means of logfiles and checkpointsja infobased on RocksDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja infooff heap cachejanein
Berechtigungskonzept infoZugriffskontrolleneinUsers, roles and permissionsZugriffsrechte für Benutzer und RollenBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardja
Weitere Informationen bereitgestellt vom Systemhersteller
EJDBMemgraphOracle NoSQLTimesTenYugabyteDB
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» mehr
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» mehr
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» mehr
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Systems 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 modelsYou can check out our pricing model and licenses on the company website .
» mehr
Apache 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
EJDBMemgraphOracle NoSQLTimesTenYugabyteDB
Erwähnungen in aktuellen Nachrichten

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7. August 2023, PR Newswire

Graph database company Memgraph raises $9.34M
5. Oktober 2021, VentureBeat

Modeling and Navigating a Transportation Network with Memgraph
12. April 2021, Towards Data Science

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20. Oktober 2021, The Recursive

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5. Oktober 2021, EU-Startups

bereitgestellt von Google News

Oracle Cloud Infrastructure Attains Expanded FedRAMP Authorization
7. Februar 2024, Yahoo Finance

Blog Theme - Details
21. August 2023, Oracle

Blog Theme - Details
4. April 2023, Oracle

Oracle NoSQL database comes to the cloud
2. April 2020, TechTarget

Rubrik adds Oracle, NoSQL and SAP Hana data protection
14. November 2018, ComputerWeekly.com

bereitgestellt von Google News

In-memory databases with Emulex Gen 7
25. Oktober 2023, Broadcom Inc.

bereitgestellt von Google News

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

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

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6. Februar 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24. Mai 2023, InfoWorld

vitagroup Selects Yugabyte to Underpin Patient Health Care Records System for Catalonian Population
22. August 2023, Silicon Canals

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

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

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.

Präsentieren Sie hier Ihr Produkt