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 > Bangdb vs. CockroachDB vs. Faircom DB vs. mSQL vs. Teradata

System Properties Comparison Bangdb vs. CockroachDB vs. Faircom DB vs. mSQL vs. Teradata

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonCockroachDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.mSQL (Mini SQL) is a simple and lightweight RDBMSA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSKey-value store
Relational DBMS
Relational DBMSRelational DBMS
Secondary database modelsSpatial DBMSDocument store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score6.15
Rank#55  Overall
#33  Relational DBMS
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score1.27
Rank#167  Overall
#77  Relational DBMS
Score45.33
Rank#21  Overall
#15  Relational DBMS
Websitebangdb.comwww.cockroachlabs.comwww.faircom.com/­products/­faircom-dbhughestech.com.au/­products/­msqlwww.teradata.com
Technical documentationdocs.bangdb.comwww.cockroachlabs.com/­docsdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.teradata.com
DeveloperSachin Sinha, BangDBCockroach LabsFairCom CorporationHughes TechnologiesTeradata
Initial release20122015197919941984
Current releaseBangDB 2.0, October 202123.1.1, May 2023V12, November 20204.4, October 2021Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache 2.0, commercial license availablecommercial infoRestricted, free version availablecommercial infofree licenses can be providedcommercial
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC, C++GoANSI C, C++C
Server operating systemsLinuxLinux
macOS
Windows
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
hosted
Linux
Data schemeschema-freedynamic schemaschema free, schema optional, schema required, partial schema,yesyes
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyes, ANSI SQL Types, JSON, typed binary structuresyesyes
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.nonononoyes
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLSQL like support with command line toolyes, wire compatible with PostgreSQLyes, ANSI SQL with proprietary extensionsA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersyes infoSQL 2016 + extensions
APIs and other access methodsProprietary protocol
RESTful HTTP API
JDBCADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
ODBC
.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesC
C#
C++
Java
Python
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C++
Delphi
Java
Perl
PHP
Tcl
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresnonoyes info.Net, JavaScript, C/C++noyes infoUDFs, stored procedures, table functions in parallel
Triggersyes, Notifications (with Streaming only)noyesnoyes
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmhorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication using RAFTyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).noneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
noneImmediate Consistency
Foreign keys infoReferential integritynoyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDtunable from ACID to Eventually ConsistentnoACID
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesnoyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only modenoyesnoyes
User concepts infoAccess controlyes (enterprise version only)Role-based access controlFine grained access rights according to SQL-standard with additional protections for filesnofine 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

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

More resources
BangdbCockroachDBFaircom DB infoformerly c-treeACEmSQL infoMini SQLTeradata
DB-Engines blog posts

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9 April 2024, PR Newswire

DoorDash Uses CockroachDB to Create Config Management Platform for Microservices
14 February 2024, InfoQ.com

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6 November 2023, AWS Blog

CockroachDB tempts legacy databases to crawl to the cloud
29 January 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5 December 2023, The New Stack

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC
29 November 2018, diggers.news

provided by Google News

Chief Customer Officer Of Teradata Sold 25% Of Their Shares
12 May 2024, Simply Wall St

Teradata to Present at Upcoming Investor Conferences | Business & Finance | heraldchronicle.com
13 May 2024, Winchester Herald Chronicle

An interview with Teradata CFO Claire Bramley
9 February 2024, McKinsey

Teradata (NYSE:TDC) Reports Q1 In Line With Expectations
6 May 2024, Yahoo Finance

Lakehouse dam breaks after departure of long-time Teradata CTO
1 May 2024, The Register

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Neo4j logo

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

Present your product here