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

DBMS > 4D vs. AlaSQL vs. Faircom DB vs. H2 vs. NuoDB

System Properties Comparison 4D vs. AlaSQL vs. Faircom DB vs. H2 vs. NuoDB

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonAlaSQL  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonH2  Xexclude from comparisonNuoDB  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemJavaScript DBMS libraryNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.NuoDB is a webscale distributed database that supports SQL and ACID transactions
Primary database modelRelational DBMSDocument store
Relational DBMS
Key-value store
Relational DBMS
Relational DBMSRelational DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.58
Rank#108  Overall
#54  Relational DBMS
Score0.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score0.89
Rank#198  Overall
#92  Relational DBMS
Websitewww.4d.comalasql.orgwww.faircom.com/­products/­faircom-dbwww.h2database.comwww.3ds.com/­nuodb-distributed-sql-database
Technical documentationdeveloper.4d.comgithub.com/­AlaSQL/­alasqldocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlwww.h2database.com/­html/­main.htmldoc.nuodb.com
Developer4D, IncAndrey Gershun & Mathias R. WulffFairCom CorporationThomas MuellerDassault Systèmes infooriginally NuoDB, Inc.
Initial release19842014197920052013
Current releasev20, April 2023V12, November 20202.2.220, July 2023
License infoCommercial or Open SourcecommercialOpen Source infoMIT-Licensecommercial infoRestricted, free version availableOpen Source infodual-licence (Mozilla public license, Eclipse public license)commercial infolimited edition free
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 languageJavaScriptANSI C, C++JavaC++
Server operating systemsOS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
All OS with a Java VMhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Data schemeyesschema-freeschema free, schema optional, schema required, partial schema,yesyes
Typing infopredefined data types such as float or dateyesnoyes, 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.yesnononono
Secondary indexesyesnoyesyesyes
SQL infoSupport of SQLyes infoclose to SQL 92Close to SQL99, but no user access control, stored procedures and host language bindings.yes, ANSI SQL with proprietary extensionsyesyes
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
JavaScript APIADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
ODBC
ADO.NET
JDBC
ODBC
Supported programming languages4D proprietary IDE
PHP
JavaScript.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
Java.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Server-side scripts infoStored proceduresyesnoyes info.Net, JavaScript, C/C++Java Stored Procedures and User-Defined FunctionsJava, SQL
Triggersyesyesyesyesyes
Partitioning methods infoMethods for storing different data on different nodesnonenoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnonedata is dynamically stored/cached on the nodes where it is read/written
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationnoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).With clustering: 2 database servers on different computers operate on identical copies of a databaseyes infoManaged transparently by NuoDB
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencynoneEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesyesyesyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes infoonly for local storage and DOM-storagetunable from ACID to Eventually ConsistentACIDACID infotunable commit protocol
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yes infoMVCC
Durability infoSupport for making data persistentyesyes infoby using IndexedDB, SQL.JS or proprietary FileStorageYes, 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.noyesyesyesyes infoTemporary table
User concepts infoAccess controlUsers and groupsnoFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standardStandard SQL roles/ privileges, Administrative Users

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
4D infoformer name: 4th DimensionAlaSQLFaircom DB infoformerly c-treeACEH2NuoDB
DB-Engines blog posts

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

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28 February 2021, hackernoon.com

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

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

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

Dassault Systemes to acquire U.S.-based NuoDB
25 November 2020, MarketWatch

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More -- ADTmag
31 January 2017, ADT Magazine

Dassault Systèmes to acquire Cambridge database startup - Boston Business Journal
25 November 2020, The Business Journals

provided by Google News



Share this page

Featured Products

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.

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

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

Present your product here