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 > Couchbase vs. Faircom DB vs. mSQL vs. ObjectBox vs. Teradata

System Properties Comparison Couchbase vs. Faircom DB vs. mSQL vs. ObjectBox vs. Teradata

Editorial information provided by DB-Engines
NameCouchbase infoOriginally called Membase  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonObjectBox  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseNative 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 RDBMSExtremely fast embedded database for small devices, IoT and MobileA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelDocument storeKey-value store
Relational DBMS
Relational DBMSObject oriented DBMSRelational DBMS
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Time Series DBMSDocument store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score18.46
Rank#36  Overall
#5  Document stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score1.67
Rank#151  Overall
#70  Relational DBMS
Score1.22
Rank#172  Overall
#5  Object oriented DBMS
Score47.84
Rank#21  Overall
#15  Relational DBMS
Websitewww.couchbase.comwww.faircom.com/­products/­faircom-dbhughestech.com.au/­products/­msqlobjectbox.iowww.teradata.com
Technical documentationdocs.couchbase.comdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.objectbox.iodocs.teradata.com
DeveloperCouchbase, Inc.FairCom CorporationHughes TechnologiesObjectBox LimitedTeradata
Initial release20111979199420171984
Current releaseServer: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023V12, November 20204.4, October 2021Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercial infoRestricted, free version availablecommercial infofree licenses can be providedOpen Source infoApache License 2.0commercial
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++, Go and ErlangANSI C, C++CC and C++
Server operating systemsLinux
OS X
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
Android
iOS
Linux
macOS
Windows
hosted
Linux
Data schemeschema-freeschema free, schema optional, schema required, partial schema,yesyesyes
Typing infopredefined data types such as float or dateyesyes, ANSI SQL Types, JSON, typed binary structuresyesyesyes
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.nononoyes
Secondary indexesyesyesyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyes, ANSI SQL with proprietary extensionsA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersnoyes infoSQL 2016 + extensions
APIs and other access methodsCLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
ODBC
Proprietary native API.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languages.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C++
Delphi
Java
Perl
PHP
Tcl
C
C++
Dart
Go
Java
JavaScript infoplanned (as of Jan 2019)
Kotlin
Python infoplanned (as of Jan 2019)
Swift
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresFunctions and timers in JavaScript and UDFs in Java, Python, SQL++yes info.Net, JavaScript, C/C++nonoyes infoUDFs, stored procedures, table functions in parallel
Triggersyes infovia the TAP protocolyesnonoyes
Partitioning methods infoMethods for storing different data on different nodesAutomatic ShardingFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnonenoneSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infoincluding cross data center replication
Source-replica replication
yes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).noneonline/offline synchronization between client and serverMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
noneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesnoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDtunable from ACID to Eventually ConsistentnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesnoyesyes
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memoryyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoEphemeral bucketsyesnonoyes
User concepts infoAccess controlUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.Fine grained access rights according to SQL-standard with additional protections for filesnoyesfine grained access rights according to SQL-standard
More information provided by the system vendor
Couchbase infoOriginally called MembaseFaircom DB infoformerly c-treeACEmSQL infoMini SQLObjectBoxTeradata
News

In-Memory Database Use Cases
15 February 2024

Data Viewer for Objects – announcing ObjectBox Admin
14 November 2023

Vector Databases for Edge AI
9 August 2023

Vector Database Release for Flutter / Dart + Python
13 June 2023

SQLite and SQLite alternatives – a comprehensive overview
7 June 2023

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Couchbase infoOriginally called MembaseFaircom DB infoformerly c-treeACEmSQL infoMini SQLObjectBoxTeradata
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

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

show all

Recent citations in the news

Couchbase: GenAI simplifies software development, leading to improved productivity
15 April 2024, Backend News

Couchbase Earnings: What To Look For From BASE
15 April 2024, The Globe and Mail

Couchbase's revenue grows 20% and its stock rises in extended trading
5 March 2024, SiliconANGLE News

We're Interested To See How Couchbase (NASDAQ:BASE) Uses Its Cash Hoard To Grow
11 April 2024, Yahoo Finance

With Couchbase, Inc. (NASDAQ:BASE) It Looks Like You'll Get What You Pay For
11 April 2024, Simply Wall St

provided by Google News

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

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

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

provided by Google News

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

The Megashift Towards Decentralized Edge Computing
27 August 2021, hackernoon.com

provided by Google News

The Analyst Verdict: Teradata In The Eyes Of 8 Experts - Teradata (NYSE:TDC)
15 April 2024, Benzinga

Mellanox InfiniBand Helps Accelerate Teradata Aster Big Analytics Appliance
16 April 2024, Yahoo Movies UK

Anaconda and Teradata partner to enhance open-source support for AI innovation
12 April 2024, CloudTech News

Teradata Appoints Richard Petley as Chief Revenue Officer
5 April 2024, Business Wire

Teradata (NYSE:TDC) PT Lowered to $39.00
16 April 2024, Defense World

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Milvus logo

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

Present your product here