DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Impala vs. FoundationDB vs. Redis vs. Transbase vs. Virtuoso

System Properties Comparison Apache Impala vs. FoundationDB vs. Redis vs. Transbase vs. Virtuoso

Editorial information provided by DB-Engines
NameApache Impala  Xexclude from comparisonFoundationDB  Xexclude from comparisonRedis  Xexclude from comparisonTransbase  Xexclude from comparisonVirtuoso  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.
DescriptionAnalytic DBMS for HadoopOrdered key-value store. Core features are complimented by layers.Popular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.A resource-optimized, high-performance, universally applicable RDBMSVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelRelational DBMSDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Secondary database modelsDocument storeDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score10.22
Rank#40  Overall
#24  Relational DBMS
Score0.94
Rank#192  Overall
#32  Document stores
#29  Key-value stores
#89  Relational DBMS
Score148.64
Rank#6  Overall
#1  Key-value stores
Score0.04
Rank#359  Overall
#152  Relational DBMS
Score3.87
Rank#73  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#39  Relational DBMS
#2  RDF stores
#9  Search engines
Websiteimpala.apache.orggithub.com/­apple/­foundationdbredis.com
redis.io
www.transaction.de/­en/­products/­transbase.htmlvirtuoso.openlinksw.com
Technical documentationimpala.apache.org/­impala-docs.htmlapple.github.io/­foundationdbdocs.redis.com/­latest/­index.html
redis.io/­docs
www.transaction.de/­en/­products/­transbase/­features.htmldocs.openlinksw.com/­virtuoso
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaFoundationDBRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Transaction Software GmbHOpenLink Software
Initial release20132013200919871998
Current release4.1.0, June 20226.2.28, November 20207.2.5, May 2024Transbase 8.3, 20227.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoApache 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial infofree development licenseOpen Source infoGPLv2, extended 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.
Implementation languageC++C++CC and C++C
Server operating systemsLinuxLinux
OS X
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
FreeBSD
Linux
macOS
Solaris
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemeyesschema-free infosome layers support schemasschema-freeyesyes infoSQL - Standard relational schema
RDF - Quad (S, P, O, G) or Triple (S, P, O)
XML - DTD, XML Schema
DAV - freeform filesystem objects, plus User Defined Types a/k/a Dynamic Extension Type
Typing infopredefined data types such as float or dateyesno infosome layers support typingpartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nononoyes
Secondary indexesyesnoyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLSQL-like DML and DDL statementssupported in specific SQL layer onlywith RediSQL moduleyesyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsJDBC
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
GeoSPARQL
HTTP API
JDBC
Jena RDF API
ODBC
OLE DB
RDF4J API
RESTful HTTP API
Sesame REST HTTP Protocol
SOAP webservices
SPARQL 1.1
WebDAV
XPath
XQuery
XSLT
Supported programming languagesAll languages supporting JDBC/ODBC.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresyes infouser defined functions and integration of map-reducein SQL-layer onlyLua; Redis Functions coming in Redis 7 (slides and Github)yesyes infoVirtuoso PL
Triggersnonopublish/subscribe channels provide some trigger functionality; RedisGearsyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingyes
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factoryesMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Source-replica replicationChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infoquery execution via MapReducenothrough RedisGearsnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyLinearizable consistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoin SQL-layer onlynoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic execution of command blocks and scripts and optimistic lockingyesACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnoyes
User concepts infoAccess controlAccess rights for users, groups and roles infobased on Apache Sentry and KerberosnoAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
fine grained access rights according to SQL-standardFine-grained Attribute-Based Access Control (ABAC) in addition to typical coarse-grained Role-Based Access Control (RBAC) according to SQL-standard. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)

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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Apache ImpalaFoundationDBRedisTransbaseVirtuoso
DB-Engines blog posts

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

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

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Tabular, the vendor-neutral data store based on Apache Iceberg, raises $26M in funding
19 September 2023, SiliconANGLE News

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Apache Doris Analytical Database Graduates from Apache Incubator
20 June 2022, Datanami

Apache Iceberg Changes Everything: What's Underneath?
28 August 2023, Spiceworks News and Insights

Building a Large-scale Transactional Data Lake at Uber Using Apache Hudi
9 June 2020, Uber

provided by Google News

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

Apple Acquires Durable Database Company FoundationDB
24 March 2015, TechCrunch

How FoundationDB Powers Snowflake Metadata Forward
19 April 2018, snowflake.com

Apple's FoundationDB takes new Record Layer open source, confirms tech underpins CloudKit
14 January 2019, AppleInsider

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

provided by Google News

Majority of Redis users considering alternatives after less permissive licensing move
20 September 2024, The Register

Redis debuts new data integration and AI features for its database
23 August 2024, SiliconANGLE News

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine
19 July 2024, InfoQ.com

After changing its license, Redis drops its biggest release yet
23 August 2024, TechCrunch

Flight to Valkey appears to be response to removal of Redis’ open source license
12 September 2024, Techzine Europe

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

The data platform to build your intelligent applications.
Try it 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