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

DBMS > Kdb vs. Lovefield vs. NCache vs. Redis vs. Yaacomo

System Properties Comparison Kdb vs. Lovefield vs. NCache vs. Redis vs. Yaacomo

Editorial information provided by DB-Engines
NameKdb  Xexclude from comparisonLovefield  Xexclude from comparisonNCache  Xexclude from comparisonRedis  Xexclude from comparisonYaacomo  Xexclude from comparison
Yaacomo seems to be discontinued and is removed from the DB-Engines ranking
DescriptionHigh performance Time Series DBMSEmbeddable relational database for web apps written in pure JavaScriptOpen-Source and Enterprise in-memory Key-Value StorePopular 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.OpenCL based in-memory RDBMS, designed for efficiently utilizing the hardware via parallel computing
Primary database modelTime Series DBMS
Vector DBMS
Relational DBMSKey-value storeKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMS
Secondary database modelsRelational DBMSDocument store
Search engine infoUsing distributed Lucene
Document store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score7.55
Rank#53  Overall
#3  Time Series DBMS
#1  Vector DBMS
Score0.29
Rank#293  Overall
#133  Relational DBMS
Score0.94
Rank#195  Overall
#29  Key-value stores
Score157.80
Rank#6  Overall
#1  Key-value stores
Websitekx.comgoogle.github.io/­lovefieldwww.alachisoft.com/­ncacheredis.com
redis.io
yaacomo.com
Technical documentationcode.kx.comgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdwww.alachisoft.com/­resources/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
DeveloperKx Systems, a division of First Derivatives plcGoogleAlachisoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Q2WEB GmbH
Initial release2000 infokdb was released 2000, kdb+ in 20032014200520092009
Current release3.6, May 20182.1.12, February 20175.3.3, April 20247.2.4, January 2024
License infoCommercial or Open Sourcecommercial infofree 32-bit versionOpen Source infoApache 2.0Open Source infoEnterprise Edition availableOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial
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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageqJavaScriptC#, .NET, .NET Core, JavaC
Server operating systemsLinux
OS X
Solaris
Windows
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariLinux
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Android
Linux
Windows
Data schemeyesyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counterpartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes
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 indexesyes infotable attribute 'grouped'yesyesyes infowith RediSearch moduleyes
SQL infoSupport of SQLSQL-like query language (q)SQL-like query language infovia JavaScript builder patternSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.with RediSQL moduleyes
APIs and other access methodsHTTP API
JDBC
Jupyter
Kafka
ODBC
WebSocket
IDistributedCache
JCache
LINQ
Proprietary native API
proprietary protocol infoRESP - REdis Serialization ProtocolJDBC
ODBC
Supported programming languagesC
C#
C++
Go
J
Java
JavaScript
Lua
MatLab
Perl
PHP
Python
R
Scala
JavaScript.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
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
Server-side scripts infoStored proceduresuser defined functionsnono infosupport for stored procedures with SQL-Server CLRLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyes infowith viewsUsing read-only observersyes infoNotificationspublish/subscribe channels provide some trigger functionality; RedisGearsyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningnoneyesSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardinghorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationnoneyes, with selectable consistency levelMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infosimilar paradigm used for internal processingnoyesthrough RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency
Foreign keys infoReferential integrityyesyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDoptimistic locking and pessimistic lockingAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infousing MemoryDByesyesyes
User concepts infoAccess controlrights management via user accountsnoAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)Access 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-standard
More information provided by the system vendor
KdbLovefieldNCacheRedisYaacomo
Specific characteristicsIntegrated columnar database & programming system for streaming, real time and historical...
» more
NCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesprovides seamless scalability; runs on industry standard server platforms; is top-ranked...
» more
NCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariostick database streaming sensor data massive intelligence applications oil and gas...
» more
NCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersGoldman Sachs Morgan Stanley Merrill Lynch J.P. Morgan Deutsche Bank IEX Securities...
» more
Bank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricskdb+ performance and reliability proven by our customers in critical infrastructure...
» more
Market Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsupon request
» more
NCache 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

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

More resources
KdbLovefieldNCacheRedisYaacomo
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

Turbocharging the Engine: KX Unleashes AI-First Transformation with kdb+
28 February 2024, Business Wire

KX JOINS SNOWFLAKE PARTNER NETWORK
27 June 2023, PR Newswire

McLaren Applied and KX partner to enhance ATLAS software analytics capabilities
9 August 2023, Professional Motorsport World

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital ...
18 May 2023, AWS Blog

KX ANNOUNCES KDB INSIGHTS AS FULLY MANAGED SERVICE ON AMAZON FINSPACE
18 May 2023, PR Newswire

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

Linux Foundation marshals support for open source alternative to Redis
3 April 2024, The Register

The Coolest Database System Companies Of The 2024 Big Data 100
22 April 2024, CRN

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Redis moves to source-available licenses
25 March 2024, InfoWorld

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

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.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

RaimaDB logo

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

Present your product here