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

DBMS > Bangdb vs. dBASE vs. Elasticsearch vs. Faircom EDGE vs. RRDtool

System Properties Comparison Bangdb vs. dBASE vs. Elasticsearch vs. Faircom EDGE vs. RRDtool

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisondBASE  Xexclude from comparisonElasticsearch  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonRRDtool  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphdBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.A distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSSearch engineKey-value store
Relational DBMS
Time Series DBMS
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
Vector 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
Score10.34
Rank#44  Overall
#28  Relational DBMS
Score135.35
Rank#7  Overall
#1  Search engines
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score1.87
Rank#136  Overall
#11  Time Series DBMS
Websitebangdb.comwww.dbase.comwww.elastic.co/­elasticsearchwww.faircom.com/­products/­faircom-edgeoss.oetiker.ch/­rrdtool
Technical documentationdocs.bangdb.comwww.dbase.com/­support/­knowledgebasewww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmldocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmloss.oetiker.ch/­rrdtool/­doc
DeveloperSachin Sinha, BangDBAsthon TateElasticFairCom CorporationTobias Oetiker
Initial release20121979201019791999
Current releaseBangDB 2.0, October 2021dBASE 2019, 20198.6, January 2023V3, October 20201.8.0, 2022
License infoCommercial or Open SourceOpen Source infoBSD 3commercialOpen Source infoElastic Licensecommercial infoRestricted, free version availableOpen Source infoGPL V2 and FLOSS
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++JavaANSI C, C++C infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemsLinuxDOS infodBase Classic
Windows infodBase Pro
All OS with a Java VMAndroid
Linux infoARM, x86
Raspbian
Windows
HP-UX
Linux
Data schemeschema-freeyesschema-free infoFlexible type definitions. Once a type is defined, it is persistentFlexible Schema (defined schema, partial schema, schema free)yes
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyesyes, ANSI Standard SQL TypesNumeric 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.nonoyesno infoExporting into and restoring from XML files possible
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyes infoAll search fields are automatically indexedyesno
SQL infoSupport of SQLSQL like support with command line toolnoSQL-like query languageyes infoANSI SQL queriesno
APIs and other access methodsProprietary protocol
RESTful HTTP API
none infoThe IDE can access other DBMS or ODBC-sources.Java API
RESTful HTTP/JSON API
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
in-process shared library
Pipes
Supported programming languagesC
C#
C++
Java
Python
dBase proprietary IDE.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
Server-side scripts infoStored proceduresnono infoThe IDE can access stored procedures in other database systems.yesyes info.Net, JavaScript, C/C++no
Triggersyes, Notifications (with Streaming only)noyes infoby using the 'percolation' featureyesno
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmnoneShardingFile partitioning infoCustomizable business rules for partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)noneyesyes infoSynchronous and asynchronous realtime replication based on transaction logsnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoES-Hadoop Connectornono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency
Tunable Consistency
none
Foreign keys infoReferential integritynoyesnoyes infowhen using SQLno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infonot for dBase internal data, but IDE does support transactions when accessing external DBMSnoACIDno
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyes infoacross SQL and NoSQLyes infoby using the rrdcached daemon
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyesyes
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 modeMemcached and Redis integrationyesyes
User concepts infoAccess controlyes (enterprise version only)Access rights for users and rolesFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.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
BangdbdBASEElasticsearchFaircom EDGE infoformerly c-treeEDGERRDtool
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

show all

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

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

30 Years Ago: The Rise, Fall and Survival of Ashton-Tate's dBASE
19 September 2013, eWeek

Microsoft Access 2016 Now Supports dBase Database Format
7 September 2016, redmondmag.com

A malicious document could lead to RCE in Apache OpenOffice (CVE-2021-33035)
22 September 2021, Help Net Security

WFP DBase (Logistics Data, Budgets and Systems Execution) Factsheet (November 2019) - World
23 December 2019, ReliefWeb

Liam Brady's wife and their family life with three children
20 October 2023, Irish Mirror

provided by Google News

Elasticsearch Open Inference API Now Supports Microsoft Azure AI Studio
22 May 2024, Business Wire

Announcing Search AI Lake and Elastic Cloud Serverless to Scale Low Latency Search
21 May 2024, GovTech

Elasticsearch Enables 400 Criteo Engineers to Search 4 TB of Log Data per Week
19 May 2024, Yahoo Singapore News

Elasticsearch Delivers Performance Increase for Users Running the Elastic Search AI Platform on Arm-based ...
21 May 2024, Business Wire

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

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

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

A plotting utility for text mode consoles and terminals @tenox77
28 June 2023, Adafruit Blog

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

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

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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