DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > BigObject vs. Dolt vs. DuckDB vs. Google Cloud Bigtable vs. Graphite

System Properties Comparison BigObject vs. Dolt vs. DuckDB vs. Google Cloud Bigtable vs. Graphite

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonDolt  Xexclude from comparisonDuckDB  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonGraphite  Xexclude from comparison
DescriptionAnalytic DBMS for real-time computations and queriesA MySQL compatible DBMS with Git-like versioning of data and schemaAn embeddable, in-process, column-oriented SQL OLAP RDBMSGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Data logging and graphing tool for time series data infoThe storage layer (fixed size database) is called Whisper
Primary database modelRelational DBMS infoa hierachical model (tree) can be imposedRelational DBMSRelational DBMSKey-value store
Wide column store
Time Series DBMS
Secondary database modelsDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.19
Rank#329  Overall
#146  Relational DBMS
Score1.02
Rank#191  Overall
#89  Relational DBMS
Score4.63
Rank#69  Overall
#37  Relational DBMS
Score3.15
Rank#95  Overall
#14  Key-value stores
#8  Wide column stores
Score4.83
Rank#67  Overall
#4  Time Series DBMS
Websitebigobject.iogithub.com/­dolthub/­dolt
www.dolthub.com
duckdb.orgcloud.google.com/­bigtablegithub.com/­graphite-project/­graphite-web
Technical documentationdocs.bigobject.iodocs.dolthub.comduckdb.org/­docscloud.google.com/­bigtable/­docsgraphite.readthedocs.io
DeveloperBigObject, Inc.DoltHub IncGoogleChris Davis
Initial release20152018201820152006
Current release0.10, February 2024
License infoCommercial or Open Sourcecommercial infofree community edition availableOpen Source infoApache Version 2.0Open Source infoMIT LicensecommercialOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageGoC++Python
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
Linux
macOS
Windows
server-lesshostedLinux
Unix
Data schemeyesyesyesschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnoNumeric data only
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 indexesyesyesyesnono
SQL infoSupport of SQLSQL-like DML and DDL statementsyesyesnono
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
CLI Client
HTTP REST
Arrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
gRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
HTTP API
Sockets
Supported programming languagesAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
C#
C++
Go
Java
JavaScript (Node.js)
Python
JavaScript (Node.js)
Python
Server-side scripts infoStored proceduresLuayes infocurrently in alpha releasenonono
Triggersnoyesnonono
Partitioning methods infoMethods for storing different data on different nodesnonenonenoneShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.noneInternal replication in Colossus, and regional replication between two clusters in different zonesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)none
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDAtomic single-row operationsno
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yesyes, multi-version concurrency control (MVCC)yesyes infolocking
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlnoOnly one user is configurable, and must be specified in the config file at startupnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)no

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
BigObjectDoltDuckDBGoogle Cloud BigtableGraphite
DB-Engines blog posts

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

Dolt- A Version Controlled Database
29 January 2024, iProgrammer

Top Data Version Control Tools for Machine Learning Research in 2023
24 July 2023, MarkTechPost

Dolt, a Relational Database with Git-Like Cloning Features
19 August 2020, The New Stack

Data Versioning at Scale: Chaos and Chaos Management
10 February 2023, InfoQ.com

Radar Trends to Watch: July 2022 – O'Reilly
5 July 2022, O'Reilly Media

provided by Google News

DuckDB: In-Process Python Analytics for Not-Quite-Big Data
31 May 2024, The New Stack

MotherDuck launches its DuckDB-based cloud analytics platform
30 May 2024, MSN

DuckDB Walks to the Beat of Its Own Analytics Drum
5 March 2024, Datanami

DuckDB: The tiny but powerful analytics database
15 May 2024, InfoWorld

My First Billion (of Rows) in DuckDB | by João Pedro | May, 2024
1 May 2024, Towards Data Science

provided by Google News

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

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

Google scales up Cloud Bigtable NoSQL database
27 January 2022, TechTarget

Google introduces Cloud Bigtable managed NoSQL database to process data at scale
6 May 2015, VentureBeat

Google Launches Cloud Bigtable, A Highly Scalable And Performant NoSQL Database
6 May 2015, TechCrunch

provided by Google News

Try out the Graphite monitoring tool for time-series data
29 October 2019, TechTarget

Grafana Labs Announces Mimir Time Series Database
1 April 2022, Datanami

Getting Started with Monitoring using Graphite
23 January 2015, InfoQ.com

The Billion Data Point Challenge: Building a Query Engine for High Cardinality Time Series Data
10 December 2018, Uber

The value of time series data and TSDBs
10 June 2021, InfoWorld

provided by Google News



Share this page

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

Present your product here