DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Firebase Realtime Database vs. Google Cloud Datastore vs. Hawkular Metrics vs. OpenQM vs. PostgreSQL

Vergleich der Systemeigenschaften Firebase Realtime Database vs. Google Cloud Datastore vs. Hawkular Metrics vs. OpenQM vs. PostgreSQL

Redaktionelle Informationen bereitgestellt von DB-Engines
NameFirebase Realtime Database  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenHawkular Metrics  Xaus Vergleich ausschliessenOpenQM infowird auch QM genannt  Xaus Vergleich ausschliessenPostgreSQL  Xaus Vergleich ausschliessen
KurzbeschreibungCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformHawkular metrics is the metric storage of the Red Hat sponsored Hawkular monitoring system. It is based on Cassandra.QpenQM is a high-performance, self-tuning, multi-value DBMSWeit verbreitetes, allgemein einsetzbares Open Source RDBMS infoEntwickelt als objektorientiertes DBMS, im Laufe der Zeit um 'Standards' wie SQL erweitert
Primäres DatenbankmodellDocument StoreDocument StoreTime Series DBMSMultivalue DBMSRelational DBMS infomit objektorientierten Erweiterungen, z.B.: benutzerdefinierte Datentypen/Funktionen und Vererbung. Key/Value handling mit hstore Modul.
Sekundäre DatenbankmodelleDocument Store
Graph DBMS infowith Apache Age
Spatial DBMS
Vektor DBMS infowith pgvector extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte15,00
Rang#39  Overall
#6  Document Stores
Punkte4,49
Rang#79  Overall
#12  Document Stores
Punkte0,04
Rang#374  Overall
#38  Time Series DBMS
Punkte0,33
Rang#286  Overall
#10  Multivalue DBMS
Punkte645,05
Rang#4  Overall
#4  Relational DBMS
Websitefirebase.google.com/­products/­realtime-databasecloud.google.com/­datastorewww.hawkular.orgwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.postgresql.org
Technische Dokumentationfirebase.google.com/­docs/­databasecloud.google.com/­datastore/­docswww.hawkular.org/­hawkular-metrics/­docs/­user-guidewww.postgresql.org/­docs
EntwicklerGoogle infoacquired by Google 2014GoogleCommunity supported by Red HatRocket Software, originally Martin PhillipsPostgreSQL Global Development Group infowww.postgresql.org/­developer
Erscheinungsjahr20122008201419931989 info1989: Postgres, 1996: PostgreSQL
Aktuelle Version3.4-1216.2, Februar 2024
Lizenz infoCommercial or Open SourcekommerziellkommerziellOpen Source infoApache 2.0Open Source infoGPLv2, erweiterte kommerzielle Lizenz verfügbarOpen Source infoBSD
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjajaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
ImplementierungsspracheJavaC
Server BetriebssystemegehostetgehostetLinux
OS X
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Datenschemaschemafreischemafreischemafreija infowith some exceptionsja
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja, Details hierjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinjaja infospecific XML-type available, but no XML query functionality.
Sekundärindizesjajaneinjaja
SQL infoSupport of SQLneinSQL-like query language (GQL)neinneinja infoStandard mit zahlreichen Erweiterungen
APIs und andere ZugriffskonzepteAndroid
iOS
JavaScript API
RESTful HTTP API
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
HTTP RESTADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Unterstützte ProgrammiersprachenJava
JavaScript
Objective-C
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Go
Java
Python
Ruby
.Net
Basic
C
Java
Objective C
PHP
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-seitige Scripts infoStored Procedureslimited functionality with using 'rules'mit Google App Engineneinjabenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)
TriggersCallbacks are triggered when data changesCallbacks mit Google Apps Engineja infovia Hawkular Alertingjaja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infobasierend auf Cassandrajapartitioning by range, list and (since PostgreSQL 11) by hash
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using Paxosfrei wählbarer Replikationsfaktor infobasierend auf CassandrajaSource-Replica Replikation infoandere Varianten durch Verwendung von 3rd party - tools
MapReduce infoBietet ein API für Map/Reduce Operationenneinja infomittels Google Cloud Dataflowneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Immediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Eventual Consistency infobasierend auf Cassandra
Immediate Consistency infobasierend auf Cassandra
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinja infovia ReferenceProperties or Ancestor pathsneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenjaACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsneinACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinnein
Berechtigungskonzept infoZugriffskontrolleyes, based on authentication and database rulesAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)neinAccess rights can be defined down to the item levelBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard

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

Instaclustr: Fully Hosted & Managed PostgreSQL
» mehr

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.
» mehr

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» mehr

Redgate webinars: A series of key topics for new PostgreSQL users.
» mehr

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!
» mehr

pgDash: In-Depth PostgreSQL Monitoring.
» mehr

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

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

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» mehr

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 DatabaseGoogle Cloud DatastoreHawkular MetricsOpenQM infowird auch QM genanntPostgreSQL
DB-Engines Blog Posts

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

alle anzeigen

PostgreSQL is the DBMS of the Year 2023
2. Januar 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3. Januar 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

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

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

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

bereitgestellt von Google News

Google Cloud is NOT magicking away data egress fees
12. Januar 2024, The Stack

SAP adds vector datastore to HANA Cloud database
2. November 2023, Techzine Europe

NetApp Cloud Volumes Service datastore support for Google Cloud VMware Engine
7. Februar 2023, netapp.com

Your Memories. Their Cloud.
1. Januar 2023, The New York Times

All of Google’s cloud database services are now out of beta
16. August 2016, TechCrunch

bereitgestellt von Google News

Waiting for Red Hat OpenShift 4.0? Too late, 4.1 has already arrived… • DEVCLASS
5. Juni 2019, DevClass

bereitgestellt von Google News

PeerDB: PostgreSQL Data Movement Platform Company Closes $3.6 Million
16. April 2024, Pulse 2.0

Modernize your data architecture using Amazon RDS for PostgreSQL and Amazon QuickSight | Amazon Web Services
12. April 2024, AWS Blog

Raw SQL VS SQLAlchemy — 13 Queries For Comparison | by Liu Zuo Lin | Apr, 2024
16. April 2024, Medium

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

PeerDB Raises $3.6M Seed Round Funding to Advance Data Movement for PostgreSQL
12. April 2024, Datanami

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

AllegroGraph logo

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

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.

Präsentieren Sie hier Ihr Produkt