DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Dragonfly vs. FoundationDB vs. Oracle vs. Postgres-XL vs. UniData,UniVerse

System Properties Comparison Dragonfly vs. FoundationDB vs. Oracle vs. Postgres-XL vs. UniData,UniVerse

Editorial information provided by DB-Engines
NameDragonfly  Xexclude from comparisonFoundationDB  Xexclude from comparisonOracle  Xexclude from comparisonPostgres-XL  Xexclude from comparisonUniData,UniVerse  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionA drop-in Redis replacement that scales vertically to support millions of operations per second and terabyte sized workloads, all on a single instanceOrdered key-value store. Core features are complimented by layers.Widely used RDBMSBased on PostgreSQL enhanced with MPP and write-scale-out cluster featuresMultiValue database and application server with SQL mapping layer and meta database capabilities
Primary database modelKey-value storeDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Relational DBMSRelational DBMSMultivalue DBMS
Secondary database modelsDocument store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.41
Rank#266  Overall
#38  Key-value stores
Score1.03
Rank#190  Overall
#31  Document stores
#28  Key-value stores
#89  Relational DBMS
Score1236.29
Rank#1  Overall
#1  Relational DBMS
Score0.49
Rank#256  Overall
#117  Relational DBMS
Score3.16
Rank#97  Overall
#2  Multivalue DBMS
Websitegithub.com/­dragonflydb/­dragonfly
www.dragonflydb.io
github.com/­apple/­foundationdbwww.oracle.com/­databasewww.postgres-xl.orgwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technical documentationwww.dragonflydb.io/­docsapple.github.io/­foundationdbdocs.oracle.com/­en/­databasewww.postgres-xl.org/­documentationdocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
DeveloperDragonflyDB team and community contributorsFoundationDBOracleRocket Software
Initial release2023201319802014 infosince 2012, originally named StormDB1985
Current release1.0, March 20236.2.28, November 202023c, September 202310 R1, October 2018
License infoCommercial or Open SourceOpen Source infoBSL 1.1Open Source infoApache 2.0commercial inforestricted free version is availableOpen Source infoMozilla public licensecommercial
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++C and C++CC
Server operating systemsLinuxLinux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Linux
macOS
AIX
HP-UX
Linux
Solaris
Windows
Data schemescheme-freeschema-free infosome layers support schemasyes infoSchemaless in JSON and XML columnsyesschema-free
Typing infopredefined data types such as float or datestrings, hashes, lists, sets, sorted sets, bit arraysno infosome layers support typingyesyesoptional
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.noyesyes infoXML type, but no XML query functionality
Secondary indexesnonoyesyesyes
SQL infoSupport of SQLnosupported in specific SQL layer onlyyes infowith proprietary extensionsyes infodistributed, parallel query executionyes
APIs and other access methodsProprietary protocol infoRESP - REdis Serialization ProtocolJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languagesC
C#
C++
Clojure
D
Dart
Elixir
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
Objective-C
Perl
PHP
Python
R
Ruby
Rust
Scala
Swift
Tcl
.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
.Net
C
C++
Delphi
Erlang
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.Net
Basic infoU2 Basic
C
Java
Server-side scripts infoStored proceduresLuain SQL-layer onlyPL/SQL infoalso stored procedures in Java possibleuser defined functionsyes
Triggerspublish/subscribe channels provide some trigger functionalitynoyesyesyes infoU2 Basic
Partitioning methods infoMethods for storing different data on different nodesShardingSharding, horizontal partitioninghorizontal partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationyesMulti-source replication
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocan be realized in PL/SQLnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyLinearizable consistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoin SQL-layer onlyyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of command blocks and scriptsACIDACID infoisolation level can be parameterizedACID infoMVCCACID infoconfigurable
Concurrency infoSupport for concurrent manipulation of datayes, strict serializability by the serveryesyesyesyes
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.yesyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'no
User concepts infoAccess controlPassword-based authenticationnofine grained access rights according to SQL-standardfine grained access rights according to SQL-standardAccess rights according to SQL-standard and operating system based

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
3rd partiesDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

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

More resources
DragonflyFoundationDBOraclePostgres-XLUniData,UniVerse
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

DragonflyDB Announces $21m in New Funding and General Availability
21 March 2023, Business Wire

DragonflyDB reels in $21M for its speedy in-memory database
21 March 2023, SiliconANGLE News

DragonflyDB Raises $21M in Funding
21 March 2023, FinSMEs

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Intel Linux Kernel Optimizations Show Huge Benefit For High Core Count Servers
29 March 2023, Phoronix

provided by Google News

FoundationDB team's new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

Deno adds scaleable messaging with new Queues feature, sparks debate about proprietary services • DEVCLASS
28 September 2023, DevClass

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

Apple's cloud database FoundationDB now open source
19 April 2018, 9to5Mac

provided by Google News

Blog Theme - Details
2 May 2024, blogs.oracle.com

Oracle Database 23ai : Where to find information
2 May 2024, blogs.oracle.com

Leading Industry Analysts Comment on the Release of Oracle Database 23ai
2 May 2024, blogs.oracle.com

Blog Theme - Details
2 May 2024, blogs.oracle.com

Oracle renames Database 23c to 23ai, makes it generally available
2 May 2024, InfoWorld

provided by Google News

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

UniData implements a milestone Smart Class Room project at The Asian School | THE DAILY TRIBUNE | KINGDOM ...
8 April 2024, News of Bahrain- DT News

Bahrain Business: UniData implements major 'smart classroom' project
8 April 2024, Gulf Digital News

Unidata turns 25 | NCAR & UCAR News
15 January 2010, news.ucar.edu

Italy's Unidata picks Telia Carrier for Rome PoP
15 January 2019, Capacity Media

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

RaimaDB logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

Present your product here