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 > 4D vs. CrateDB vs. Faircom EDGE vs. Firebird vs. RavenDB

System Properties Comparison 4D vs. CrateDB vs. Faircom EDGE vs. Firebird vs. RavenDB

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonCrateDB  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonFirebird  Xexclude from comparisonRavenDB  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemDistributed Database based on LuceneFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsFirebird is an open source RDBMS forked from Borland's InterBaseOpen Source Operational and Transactional Enterprise NoSQL Document Database
Primary database modelRelational DBMSDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Key-value store
Relational DBMS
Relational DBMSDocument store
Secondary database modelsRelational DBMSGraph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.58
Rank#108  Overall
#54  Relational DBMS
Score0.73
Rank#224  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score20.82
Rank#30  Overall
#18  Relational DBMS
Score2.92
Rank#101  Overall
#18  Document stores
Websitewww.4d.comcratedb.comwww.faircom.com/­products/­faircom-edgewww.firebirdsql.orgravendb.net
Technical documentationdeveloper.4d.comcratedb.com/­docsdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlwww.firebirdsql.org/­en/­reference-manualsravendb.net/­docs
Developer4D, IncCrateFairCom CorporationFirebird FoundationHibernating Rhinos
Initial release1984201319792000 infoAs fork of Borland's InterBase2010
Current releasev20, April 2023V3, October 20205.0.0, January 20245.4, July 2022
License infoCommercial or Open SourcecommercialOpen Sourcecommercial infoRestricted, free version availableOpen Source infoInitial Developer's Public LicenseOpen Source infoAGPL version 3, commercial license available
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.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageJavaANSI C, C++C and C++C#
Server operating systemsOS X
Windows
All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportAndroid
Linux infoARM, x86
Raspbian
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
Linux
macOS
Raspberry Pi
Windows
Data schemeyesFlexible Schema (defined schema, partial schema, schema free)Flexible Schema (defined schema, partial schema, schema free)yesschema-free
Typing infopredefined data types such as float or dateyesyesyes, ANSI Standard SQL Typesyesno
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.yesnoyes
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyes infoclose to SQL 92yes, but no triggers and constraints, and PostgreSQL compatibilityyes infoANSI SQL queriesyesSQL-like query language (RQL)
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
ADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
Supported programming languages4D proprietary IDE
PHP
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Server-side scripts infoStored proceduresyesuser defined functions (Javascript)yes info.Net, JavaScript, C/C++PSQLyes
Triggersyesnoyesyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingFile partitioning infoCustomizable business rules for partitioningnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationConfigurable replication on table/partition-levelyes infoSynchronous and asynchronous realtime replication based on transaction logsSource-replica replicationMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Read-after-write consistency on record level
Immediate Consistency
Tunable Consistency
Default ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.
Foreign keys infoReferential integrityyesnoyes infowhen using SQLyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDACIDACID, Cluster-wide transaction available
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoacross SQL and NoSQLyes infoFeatures a multi-generational MVCC architecture, readers do not block writersyes
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.nonoyes
User concepts infoAccess controlUsers and groupsrights management via user accountsFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Users with fine-grained authorization conceptAuthorization levels configured per client per database
More information provided by the system vendor
4D infoformer name: 4th DimensionCrateDBFaircom EDGE infoformerly c-treeEDGEFirebirdRavenDB
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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
4D infoformer name: 4th DimensionCrateDBFaircom EDGE infoformerly c-treeEDGEFirebirdRavenDB
DB-Engines blog posts

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

show all

Recent citations in the news

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, AiThority

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

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

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

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

provided by Google News

12 Top Open Source Databases to Consider
1 May 2024, TechTarget

DoNot Team's New Firebird Backdoor Hits Pakistan and Afghanistan
23 October 2023, The Hacker News

FIREBIRD'S HUBBARD TALKS DATA, AI, TIKTOK
14 December 2023, HITS Daily Double

Market Highlights: Wall Street rises despite hotter than expected US inflation data
13 March 2024, Stockhead

How to Run Multiple Instances of Firebird Server - opensource for you
31 August 2019, Open Source For You

provided by Google News

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
3 October 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

How I Created a RavenDB Python Client
23 September 2016, Visual Studio Magazine

RavenDB Adds Graph Queries
15 May 2019, Datanami

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

Milvus logo

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

RaimaDB logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
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