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 > FoundationDB vs. NCache vs. Oracle vs. OrientDB vs. Typesense

System Properties Comparison FoundationDB vs. NCache vs. Oracle vs. OrientDB vs. Typesense

Editorial information provided by DB-Engines
NameFoundationDB  Xexclude from comparisonNCache  Xexclude from comparisonOracle  Xexclude from comparisonOrientDB  Xexclude from comparisonTypesense  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.
DescriptionOrdered key-value store. Core features are complimented by layers.Open-Source and Enterprise in-memory Key-Value StoreWidely used RDBMSMulti-model DBMS (Document, Graph, Key/Value)A typo-tolerant, in-memory search engine optimized for instant search-as-you-type experiences and developer productivity
Primary database modelDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Key-value storeRelational DBMSDocument store
Graph DBMS
Key-value store
Search engine
Secondary database modelsDocument store
Search engine infoUsing distributed Lucene
Document 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.06
Rank#185  Overall
#31  Document stores
#28  Key-value stores
#85  Relational DBMS
Score0.96
Rank#195  Overall
#29  Key-value stores
Score1244.08
Rank#1  Overall
#1  Relational DBMS
Score3.25
Rank#89  Overall
#16  Document stores
#6  Graph DBMS
#13  Key-value stores
Score0.76
Rank#219  Overall
#14  Search engines
Websitegithub.com/­apple/­foundationdbwww.alachisoft.com/­ncachewww.oracle.com/­databaseorientdb.orgtypesense.org
Technical documentationapple.github.io/­foundationdbwww.alachisoft.com/­resources/­docsdocs.oracle.com/­en/­databasewww.orientdb.com/­docs/­last/­index.htmltypesense.org/­docs
DeveloperFoundationDBAlachisoftOracleOrientDB LTD; CallidusCloud; SAP
Initial release20132005198020102015
Current release6.2.28, November 20205.3.3, April 202423c, September 20233.2.29, March 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoEnterprise Edition availablecommercial inforestricted free version is availableOpen Source infoApache version 2Open Source infoGPL V3
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#, .NET, .NET Core, JavaC and C++JavaC++
Server operating systemsLinux
OS X
Windows
Linux
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
All OS with a Java JDK (>= JDK 6)Linux
Data schemeschema-free infosome layers support schemasschema-freeyes infoSchemaless in JSON and XML columnsschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")schema-free infopre-defined schema optional
Typing infopredefined data types such as float or dateno infosome layers support typingpartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counteryesyesyes
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.noyesno
Secondary indexesnoyesyesyesyes
SQL infoSupport of SQLsupported in specific SQL layer onlySQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.yes infowith proprietary extensionsSQL-like query language, no joinsno
APIs and other access methodsIDistributedCache
JCache
LINQ
Proprietary native API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
RESTful HTTP API
Supported programming languages.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
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#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net infocommunity maintained
Clojure infocommunity maintained
Dart infocommunity maintained
Go infocommunity maintained
Java infocommunity maintained
JavaScript
Perl infocommunity maintained
PHP
Python
Ruby
Rust infocommunity maintained
Swift infocommunity maintained
Server-side scripts infoStored proceduresin SQL-layer onlyno infosupport for stored procedures with SQL-Server CLRPL/SQL infoalso stored procedures in Java possibleJava, Javascriptno
Triggersnoyes infoNotificationsyesHooks
Partitioning methods infoMethods for storing different data on different nodesShardingyesSharding, horizontal partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesyes, with selectable consistency levelMulti-source replication
Source-replica replication
Multi-source replicationMulti-source replication using RAFT
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesno infocan be realized in PL/SQLno infocould be achieved with distributed queriesno
Consistency concepts infoMethods to ensure consistency in a distributed systemLinearizable consistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate Consistency
Foreign keys infoReferential integrityin SQL-layer onlynoyesyes inforelationship in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDoptimistic locking and pessimistic lockingACID infoisolation level can be parameterizedACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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'yes
User concepts infoAccess controlnoAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)fine grained access rights according to SQL-standardAccess rights for users and roles; record level security configurable
More information provided by the system vendor
FoundationDBNCacheOracleOrientDBTypesense
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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
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
FoundationDBNCacheOracleOrientDBTypesense
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

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

FoundationDB Raises $17 Million Series A Financing
31 May 2024, Yahoo Movies UK

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

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

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

Antithesis Launches Out Of Stealth To Revolutionize Software Reliability
13 February 2024, Longview News-Journal

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

Oracle Database Testing
2 June 2024, ITPro Today

A Look at The HP Oracle Database Machine
30 May 2024, Data Center Knowledge

Announcing Oracle Database 23ai : General Availability
2 May 2024, Oracle

Understanding the different Oracle Database options under the OCI-Microsoft Azure partnership
21 May 2024, Oracle

Oracle E-Business Suite Data Retention on OCI
28 May 2024, Oracle

provided by Google News

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

HNS IoT Botnet Evolves, Goes Cross-Platform
2 December 2023, Dark Reading

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

provided by Google News

Elasticsearch alternatives: 8 to consider after the license change
11 March 2021, TechGenix

5 Recipe Search Engines to Cook Based on Time, Budget, & Ingredients - MUO
19 April 2022, MakeUseOf

Olivia Munn & John Mulaney's Toddler Malcolm Is a Style Icon
5 May 2023, SheKnows

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here