DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Google Cloud Datastore vs. jBASE vs. Oracle Berkeley DB vs. PostgreSQL vs. XTDB

System Properties Comparison Google Cloud Datastore vs. jBASE vs. Oracle Berkeley DB vs. PostgreSQL vs. XTDB

Editorial information provided by DB-Engines
NameGoogle Cloud Datastore  Xexclude from comparisonjBASE  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonPostgreSQL  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformA robust multi-value DBMS comprising development tools and middlewareWidely used in-process key-value storeWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelDocument storeMultivalue DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Relational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Document store
Secondary database modelsDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.62
Rank#71  Overall
#12  Document stores
Score1.31
Rank#156  Overall
#4  Multivalue DBMS
Score1.72
Rank#131  Overall
#21  Key-value stores
#3  Native XML DBMS
Score674.32
Rank#4  Overall
#4  Relational DBMS
Score0.20
Rank#314  Overall
#46  Document stores
Websitecloud.google.com/­datastorewww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbasewww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlwww.postgresql.orggithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationcloud.google.com/­datastore/­docsdocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9docs.oracle.com/­cd/­E17076_05/­html/­index.htmlwww.postgresql.org/­docswww.xtdb.com/­docs
DeveloperGoogleRocket Software (formerly Zumasys)Oracle infooriginally developed by Sleepycat, which was acquired by OraclePostgreSQL Global Development Group infowww.postgresql.org/­developerJuxt Ltd.
Initial release2008199119941989 info1989: Postgres, 1996: PostgreSQL2019
Current release5.718.1.40, May 202016.4, August 20241.19, September 2021
License infoCommercial or Open SourcecommercialcommercialOpen Source infocommercial license availableOpen Source infoBSDOpen Source infoMIT License
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored 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.
Implementation languageC, Java, C++ (depending on the Berkeley DB edition)CClojure
Server operating systemshostedAIX
Linux
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes, details hereoptionalnoyesyes, extensible-data-notation format
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.noyesyes infoonly with the Berkeley DB XML editionyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesyesyesyesyes
SQL infoSupport of SQLSQL-like query language (GQL)Embedded SQL for jBASE in BASICyes infoSQL interfaced based on SQLite is availableyes infostandard with numerous extensionslimited SQL, making use of Apache Calcite
APIs and other access methodsgRPC (using protocol buffers) API
RESTful HTTP/JSON API
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
SOAP-based API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HTTP REST
JDBC
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
Basic
Jabbascript
Java
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Clojure
Java
Server-side scripts infoStored proceduresusing Google App Engineyesnouser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.no
TriggersCallbacks using the Google Apps Engineyesyes infoonly for the SQL APIyesno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingnonepartitioning by range, list and (since PostgreSQL 11) by hashnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using PaxosyesSource-replica replicationSource-replica replication infoother methods possible by using 3rd party extensionsyes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infousing Google Cloud Dataflownononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate 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
Foreign keys infoReferential integrityyes infovia ReferenceProperties or Ancestor pathsnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesno
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access rights can be defined down to the item levelnofine grained access rights according to SQL-standard

More information provided by the system vendor

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd parties
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Google Cloud DatastorejBASEOracle Berkeley DBPostgreSQLXTDB infoformerly named Crux
DB-Engines blog posts

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

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

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

show all

Recent citations in the news

Best cloud storage of 2025: tested, reviewed and rated by experts
9 May 2025, TechRadar

Storage news ticker – April 11
11 April 2025, Blocks and Files

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

Google Cloud vs AWS: Which Cloud Computing Platform is Better?
5 April 2025, Cloudwards.net

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

provided by Google News

Ghana International Bank to roll out Temenos T24 in London
17 July 2006, Finextra Research

Temenos signs first customer in India
24 August 2009, Finextra Research

provided by Google News

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular
5 March 2019, ADTmag

Which Are the Top Local Databases for React Native
15 October 2019, appinventiv.com

Fig. 2. XML Methods for Various XML DBMS Types
29 October 2024, ResearchGate

Margo I. Seltzer
12 December 2024, Berkman Klein Center

30 years of Cream of the Crop: a complete list
28 January 2012, The Mercury News

provided by Google News

The $1 Billion database bet: What Databricks’ Neon acquisition means for your AI strategy
15 May 2025, VentureBeat

Understanding transaction visibility in PostgreSQL clusters with read replicas | Amazon Web Services
2 May 2025, Amazon Web Services

Databricks adds Postgres database with $1B Neon acquisition
14 May 2025, TechTarget

Databricks Acquires Neon for $1 Billion, Boosting AI Infrastructure with Serverless PostgreSQL
14 May 2025, WebProNews

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

provided by Google News



Share this page

Featured Products

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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.

Present your product here