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

DBMS > Apache Derby vs. Apache HBase vs. Google Cloud Datastore vs. PostgreSQL

Vergleich der Systemeigenschaften Apache Derby vs. Apache HBase vs. Google Cloud Datastore vs. PostgreSQL

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameApache Derby infooft Apache Derby genannt, ursprünglich IBM Cloudscape; unter dem Namen JavaDB im Java SDK enthalten  Xaus Vergleich ausschliessenApache HBase  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenPostgreSQL  Xaus Vergleich ausschliessen
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Wide-Column Store basierend auf Apache Hadoop und auf Konzepten von BigTableSelbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformWeit verbreitetes, allgemein einsetzbares Open Source RDBMS infoEntwickelt als objektorientiertes DBMS, im Laufe der Zeit um 'Standards' wie SQL erweitert
Primäres DatenbankmodellRelational DBMSWide Column StoreDocument StoreRelational 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
Punkte3,04
Rang#85  Overall
#46  Relational DBMS
Punkte22,62
Rang#27  Overall
#3  Wide Column Stores
Punkte3,62
Rang#71  Overall
#12  Document Stores
Punkte674,32
Rang#4  Overall
#4  Relational DBMS
Websitedb.apache.org/­derbyhbase.apache.orgcloud.google.com/­datastorewww.postgresql.org
Technische Dokumentationdb.apache.org/­derby/­manuals/­index.htmlhbase.apache.org/­book.htmlcloud.google.com/­datastore/­docswww.postgresql.org/­docs
EntwicklerApache Software FoundationApache Software Foundation infoApache Top-Level Projekt, ursprünglich entwickelt von PowersetGooglePostgreSQL Global Development Group infowww.postgresql.org/­developer
Erscheinungsjahr1997200820081989 info1989: Postgres, 1996: PostgreSQL
Aktuelle Version10.17.1.0, November 20232.3.4, Jaenner 202116.4, August 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoApache Version 2kommerziellOpen Source infoBSD
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
PostgreSQL Flex @ STACKIT offers managed PostgreSQL Instances with adjustable CPU, RAM, storage amount and speed and several extensions available, in enterprise grade to perfectly match all application requirements. All 100% GDPR-compliant.
ImplementierungsspracheJavaJavaC
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMLinux
Unix
Windows infomit Cygwin
gehostetFreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Datenschemajaschema-free, schema definition possibleschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejaoptions to bring your own types, AVROja, Details hierja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinneinja infospecific XML-type available, but no XML query functionality.
Sekundärindizesjaneinjaja
SQL infoSupport of SQLjaneinSQL-like query language (GQL)ja infoStandard mit zahlreichen Erweiterungen
APIs und andere ZugriffskonzepteJDBCJava API
RESTful HTTP API
Thrift
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Unterstützte ProgrammiersprachenJavaC
C#
C++
Groovy
Java
PHP
Python
Scala
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Server-seitige Scripts infoStored ProceduresJava Stored Proceduresja infoCoprocessors in Javamit Google App Enginebenutzerdefinierte Funktionen inforealisiert z.B. mit spezifischer Sprache PL/pgSQL, aber auch andere Sprachen möglich (Perl, Python, Tcl, etc.)
TriggersjajaCallbacks mit Google Apps Engineja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingShardingpartitioning by range, list and (since PostgreSQL 11) by hash
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica ReplikationMulti-Source Replikation
Source-Replica Replikation
Multi-source replication using PaxosSource-Replica Replikation infoandere Varianten durch Verwendung von 3rd party - tools
MapReduce infoBietet ein API für Map/Reduce Operationenneinjaja infomittels Google Cloud Dataflownein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency or Eventual ConsistencyImmediate 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.Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinja infovia ReferenceProperties or Ancestor pathsja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDSingle row ACID (across millions of columns)ACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajaneinnein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Benutzer 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
Drittanbieter
» 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
Apache Derby infooft Apache Derby genannt, ursprünglich IBM Cloudscape; unter dem Namen JavaDB im Java SDK enthaltenApache HBaseGoogle Cloud DatastorePostgreSQL
DB-Engines Blog Posts

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1. Mai 2025, DB-Engines

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Apache Derby Vulnerability Let Attackers Bypass Authentication with LDAP Injection
3. März 2025, CybersecurityNews

JDBC tutorial: Easy installation and setup with Apache Derby
20. Dezember 2019, theserverside.com

Using Java DB in Desktop Applications
15. Oktober 2019, Oracle

IBM Acquires Stepzen to Scale AI, Cloud Ambitions
9. Februar 2023, CX Today

The Apache® Software Foundation Announces 18 Years of Open Source Leadership
28. März 2017, GlobeNewswire

bereitgestellt von Google News

Apache HBase online migration to Amazon EMR | Amazon Web Services
23. Oktober 2024, Amazon Web Services

Implement Amazon EMR HBase Graceful Scaling | Amazon Web Services
18. März 2025, Amazon Web Services

How to optimize Hbase for the Cloud [Tutorial]
22. Oktober 2024, Packt

Cost and Performance Advantages of Replacing HBase with TencentDB TDSQL TDStore Engine in Historical Data Scenarios
22. April 2025, thewire.in

Cost and Performance Advantages of Replacing HBase…
22. April 2025, aapnews.aap.com.au

bereitgestellt von Google News

Observability: cloud monitoring and logging
18. November 2024, Google Cloud

Google Cloud Security Blitz Attacks Email Phishing, Improves Visibility
4. Mai 2025, SDx Central

Best Cloud Storage Options for All Your Data in 2025
16. April 2025, CNET

AWS vs Azure vs Google Cloud in 2025: Cloud Comparison
25. April 2025, Cloudwards.net

Enabling Security for Hadoop Data Lake on Google Cloud Storage
30. Juli 2024, Uber

bereitgestellt von Google News

Understanding transaction visibility in PostgreSQL clusters with read replicas
2. Mai 2025, Amazon Web Services (AWS)

Over 1,500 PostgreSQL Servers Compromised in Fileless Cryptocurrency Mining Campaign
1. April 2025, The Hacker News

Fileless XMRig-C3 Cryptominer Targets PostgreSQL Servers
31. März 2025, wiz.io

Rapid7 Flags New PostgreSQL Zero-Day Connected to BeyondTrust Exploitation
13. Februar 2025, SecurityWeek

Goldengate 23ai for OCI PostgreSQL Database Service
17. April 2025, Oracle Blogs

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

SingleStore logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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