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

DBMS > Firebase Realtime Database vs. Lovefield vs. NuoDB vs. Tarantool vs. Yanza

Vergleich der Systemeigenschaften Firebase Realtime Database vs. Lovefield vs. NuoDB vs. Tarantool vs. Yanza

Redaktionelle Informationen bereitgestellt von DB-Engines
NameFirebase Realtime Database  Xaus Vergleich ausschliessenLovefield  Xaus Vergleich ausschliessenNuoDB  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenYanza  Xaus Vergleich ausschliessen
Yanza seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
KurzbeschreibungCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Embeddable relational database for web apps written in pure JavaScriptNuoDB ist eine skalierbare verteilte Datenbank, mit SQL und ACID TransaktionenIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsTime Series DBMS for IoT Applications
Primäres DatenbankmodellDocument StoreRelational DBMSRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Time Series DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte14,29
Rang#39  Overall
#6  Document Stores
Punkte0,29
Rang#293  Overall
#133  Relational DBMS
Punkte0,89
Rang#198  Overall
#92  Relational DBMS
Punkte1,72
Rang#144  Overall
#25  Document Stores
#25  Key-Value Stores
#66  Relational DBMS
Websitefirebase.google.com/­products/­realtime-databasegoogle.github.io/­lovefieldwww.3ds.com/­nuodb-distributed-sql-databasewww.tarantool.ioyanza.com
Technische Dokumentationfirebase.google.com/­docs/­databasegithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mddoc.nuodb.comwww.tarantool.io/­en/­doc
EntwicklerGoogle infoacquired by Google 2014GoogleDassault Systèmes infooriginally NuoDB, Inc.VKYanza
Erscheinungsjahr20122014201320082015
Aktuelle Version2.1.12, February 20172.10.0, Mai 2022
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoApache 2.0kommerziell infoLimitierte Edition gratisOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprisekommerziell infofree version available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein infobut mainly used as a service provided by Yanza
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaScriptC++C und C++
Server Betriebssystemegehostetserver-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, Safarigehostet infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
BSD
Linux
macOS
Windows
DatenschemaschemafreijajaFlexible data schema: relational definition for tables with ability to store json-like documents in columnsschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajastring, double, decimal, uuid, integer, blob, boolean, datetimenein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjajajajanein
SQL infoSupport of SQLneinSQL-like query language infovia JavaScript builder patternjaFull-featured ANSI SQL supportnein
APIs und andere ZugriffskonzepteAndroid
iOS
JavaScript API
RESTful HTTP API
ADO.NET
JDBC
ODBC
Open binary protocolHTTP API
Unterstützte ProgrammiersprachenJava
JavaScript
Objective-C
JavaScript.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
jede Sprache, die HTTP-Aufrufe erlaubt
Server-seitige Scripts infoStored Procedureslimited functionality with using 'rules'neinJava, SQLLua, C and SQL stored proceduresnein
TriggersCallbacks are triggered when data changesUsing read-only observersjajaja infoTimer and event based
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenkeinedynamische Verteilung der Daten auf die einzelnen KnotenSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.keine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenkeineja infoManaged transparently by NuoDBAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
keine
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Immediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinjajayesnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenjaACIDACID infotunable commit protocolACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja infoMVCCjaja
Durability infoDauerhafte Speicherung der Datenjayes, by using IndexedDB or the cloud service Firebase Realtime Databasejayes, write ahead loggingja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infousing MemoryDBja infoTemporary tableyes, full featured in-memory storage engine with persistence
Berechtigungskonzept infoZugriffskontrolleyes, based on authentication and database rulesneinStandard SQL Rollen und RechteAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
nein

Weitere Informationen bereitgestellt vom Systemhersteller

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
Firebase Realtime DatabaseLovefieldNuoDBTarantoolYanza
DB-Engines Blog Posts

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

alle anzeigen

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Realtime vs Cloud Firestore: Which Firebase Database to go?
8. März 2024, Appinventiv

Atos cybersecurity blog: Misconfigured Firebase: A real-time cyber threat
18. Januar 2024, Atos

Don't be like these 900+ websites and expose millions of passwords via Firebase
18. März 2024, The Register

Google Firebase may have exposed 125M records from misconfigurations
19. März 2024, SC Media

Hundreds of Google Firebase websites might have leaked data online
19. März 2024, TechRadar

bereitgestellt von Google News

Paul DiLaura of Dassault Systemes Joins NuoDB Board of Directors
18. April 2024, Yahoo Singapore News

Paul DiLaura of Dassault Systemes Joins NuoDB Board of Directors
18. April 2024, Yahoo Movies UK

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25. November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16. Oktober 2017, The New Stack

NuoDB set to improve distributed SQL performance
7. Januar 2020, TechTarget

bereitgestellt von Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4. April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18. Mai 2018, Newswire

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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