DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Google Cloud Bigtable vs. RethinkDB vs. SAP Advantage Database Server vs. SwayDB vs. XTDB

System Properties Comparison Google Cloud Bigtable vs. RethinkDB vs. SAP Advantage Database Server vs. SwayDB vs. XTDB

Editorial information provided by DB-Engines
NameGoogle Cloud Bigtable  Xexclude from comparisonRethinkDB  Xexclude from comparisonSAP Advantage Database Server infoformer name: Sybase ADS  Xexclude from comparisonSwayDB  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
SAP Advantage Database Server seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.DBMS for the Web with a mechanism to push updated query results to applications in realtime.Low-cost RDBMS with access to ISAM and FoxPro data structuresAn embeddable, non-blocking, type-safe key-value store for single or multiple disks and in-memory storageA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelKey-value store
Wide column store
Document storeRelational DBMSKey-value storeDocument store
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.58
Rank#92  Overall
#14  Key-value stores
#8  Wide column stores
Score2.84
Rank#106  Overall
#19  Document stores
Score0.04
Rank#373  Overall
#57  Key-value stores
Score0.09
Rank#351  Overall
#47  Document stores
Websitecloud.google.com/­bigtablerethinkdb.comwww.sap.com/products/advantage-database-server.htmlswaydb.simer.augithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationcloud.google.com/­bigtable/­docsrethinkdb.com/­docswww.xtdb.com/­docs
DeveloperGoogleThe Linux Foundation infosince July 2017Sybase, SAPSimer PlahaJuxt Ltd.
Initial release20152009199320182019
Current release2.4.1, August 20201.19, September 2021
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2commercialOpen Source infoGNU Affero GPL V3.0Open 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.
Implementation languageC++ScalaClojure
Server operating systemshostedLinux
OS X
Windows
Linux
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-freeschema-freeyesschema-freeschema-free
Typing infopredefined data types such as float or datenoyes infostring, binary, float, bool, date, geometryyesnoyes, 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.nonononono
Secondary indexesnoyesyesnoyes
SQL infoSupport of SQLnonoyesnolimited SQL, making use of Apache Calcite
APIs and other access methodsgRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
.NET Client API
ADO.NET
JDBC
ODBC
OLE DB
HTTP REST
JDBC
Supported programming languagesC#
C++
Go
Java
JavaScript (Node.js)
Python
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Delphi
Perl
PHP
Java
Kotlin
Scala
Clojure
Java
Server-side scripts infoStored proceduresnoyesnono
TriggersnoClient-side triggers through changefeedsyesnono
Partitioning methods infoMethods for storing different data on different nodesShardingSharding inforange basednonenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesInternal replication in Colossus, and regional replication between two clusters in different zonesSource-replica replicationMulti-source replication infoCONFLICT Trigger to resolve replication conflicts
Source-replica replication
noneyes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-row operationsAtomic single-document operationsACIDAtomic execution of operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCC basedyesyesyes
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.nonono infocaching of (temporary) tables can be configuredyes
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)yes infousers and table-level permissionsfine grained access rights according to SQL-standardno

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

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

More resources
Google Cloud BigtableRethinkDBSAP Advantage Database Server infoformer name: Sybase ADSSwayDBXTDB infoformerly named Crux
DB-Engines blog posts

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

show all

Recent citations in the news

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google expands BigQuery with Gemini, brings vector support to cloud databases
29 February 2024, VentureBeat

What is Google Bigtable? | Definition from TechTarget
1 March 2022, TechTarget

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

provided by Google News

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

Review: RethinkDB rethinks real-time Web apps
23 September 2015, InfoWorld

provided by Google News

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19 October 2023, SAP News

AIRWORLD PART 15: WORLD'S SECOND BEST AIRPORT TERMINAL
30 September 2005, Ad Age

provided by Google News



Share this page

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.

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here