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. Brytlyt vs. Faircom EDGE vs. YDB vs. YugabyteDB

System Properties Comparison Bangdb vs. Brytlyt vs. Faircom EDGE vs. YDB vs. YugabyteDB

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonBrytlyt  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonYDB  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphScalable GPU-accelerated RDBMS for very fast analytic and streaming workloads, leveraging PostgreSQLFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible APIHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSKey-value store
Relational DBMS
Document store
Relational DBMS
Relational DBMS
Secondary database modelsSpatial DBMSDocument store
Wide column store
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
Score0.29
Rank#288  Overall
#131  Relational DBMS
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score0.35
Rank#278  Overall
#43  Document stores
#127  Relational DBMS
Score2.91
Rank#102  Overall
#51  Relational DBMS
Websitebangdb.combrytlyt.iowww.faircom.com/­products/­faircom-edgegithub.com/­ydb-platform/­ydb
ydb.tech
www.yugabyte.com
Technical documentationdocs.bangdb.comdocs.brytlyt.iodocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlydb.tech/­en/­docsdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperSachin Sinha, BangDBBrytlytFairCom CorporationYandexYugabyte Inc.
Initial release20122016197920192017
Current releaseBangDB 2.0, October 20215.0, August 2023V3, October 20202.19, September 2023
License infoCommercial or Open SourceOpen Source infoBSD 3commercialcommercial infoRestricted, free version availableOpen Source infoApache 2.0; commercial license availableOpen Source infoApache 2.0
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.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageC, C++C, C++ and CUDAANSI C, C++C and C++
Server operating systemsLinuxLinux
OS X
Windows
Android
Linux infoARM, x86
Raspbian
Windows
LinuxLinux
OS X
Data schemeschema-freeyesFlexible Schema (defined schema, partial schema, schema free)Flexible Schema (defined schema, partial schema, schema free)depending on used data model
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyes, ANSI Standard SQL Typesyesyes
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.noyes infospecific XML-type available, but no XML query functionality.yesnono
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyesyesyes
SQL infoSupport of SQLSQL like support with command line toolyesyes infoANSI SQL queriesSQL-like query language (YQL)yes, PostgreSQL compatible
APIs and other access methodsProprietary protocol
RESTful HTTP API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
RESTful HTTP API (DynamoDB compatible)JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesC
C#
C++
Java
Python
.Net
C
C++
Delphi
Java
Perl
Python
Tcl
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Go
Java
JavaScript (Node.js)
PHP
Python
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresnouser defined functions infoin PL/pgSQLyes info.Net, JavaScript, C/C++noyes infosql, plpgsql, C
Triggersyes, Notifications (with Streaming only)yesyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmFile partitioning infoCustomizable business rules for partitioningShardingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Source-replica replicationyes infoSynchronous and asynchronous realtime replication based on transaction logsActive-passive shard replicationBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
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 ConsistencyImmediate Consistency
Tunable Consistency
Immediate ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynoyesyes infowhen using SQLnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyes infoacross SQL and NoSQLyesyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyesyes infobased on RocksDB
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 modeyesnono
User concepts infoAccess controlyes (enterprise version only)fine grained access rights according to SQL-standardFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Access rights defined for Yandex Cloud usersyes
More information provided by the system vendor
BangdbBrytlytFaircom EDGE infoformerly c-treeEDGEYDBYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» more
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache 2.0 license for the database
» more

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
BangdbBrytlytFaircom EDGE infoformerly c-treeEDGEYDBYugabyteDB
Recent citations in the news

Brytlyt releases version 5.0, introducing a more intuitive, intelligent and flexible analytics platform
1 August 2023, PR Newswire

London data analytics startup Brytlyt raises €4.43M from Amsterdam-based Finch Capital, others
22 December 2021, Silicon Canals

Brytlyt Secures $4M in Series A Funding
20 May 2020, Datanami

Brytlyt becomes NVIDIA Inception Premier Partner
31 January 2023, PR Newswire

London’s Brytlyt raises €4.4 million for its data analytics and visualisation technology
22 December 2021, EU-Startups

provided by Google News

Innovative Software and Giant Lego Sets, Why FairCom Edge Booth is a Must-Visit at Automate
9 May 2024, MVPro

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

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

provided by Google News

Russian Court Sues Yandex CEO For LGBT Propaganda Case
30 April 2024, VOI.ID

Personal Data Protection Service Initiates Probe into Yandex.Go App’s Data Processing
10 August 2023, Civil Georgia

Data leak from Russian delivery app shows dining habits of the secret police
3 April 2022, The Verge

Yandex code leak: Why hack of ‘Russian Google’s’ ranking factors has spooked the SEO industry
1 February 2023, The Indian Express

Yandex Food's Data Gets Leaked, Russian Secret Service Habits Are Revealed, Including Putin's Lover's House
4 April 2022, VOI English

provided by Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Yugabyte announced details and theme for Distributed SQL Summit Asia
18 April 2024, Martechcube

The surprising link between Formula One and enterprise PostgreSQL optimisation
28 March 2024, The Stack

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

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

AllegroGraph logo

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

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.

RaimaDB logo

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

Present your product here