Compare Sizes
Register
Français Español

Key/Value databases comparison

2

Compare Redis vs Bangdb vs BerkleyDB vs LevelDB

Link
RedisBangdbBerkleyDBLevelDB
Best usedFor rapidly changing data with a foreseeable database size (should fit mostly in memory)For random reads and writes, rapidly changing data, data not needed to fit in memory as it works with overflow decentlyFor rapidly changing data, key value store, object store, static data, data should fit mostly in memory. Works with larger memory but write degrades badlyFor rapidly changing data, key value store, object store, static data. Works with overflow of data out of memory but read degrades
Usage exampleStock prices. Analytics. Real-time data collection. Real-time communication.key value store, real time data, static data, session data, object storekey value store, real time data, static data, session data, object storekey value store, real time data, static data, session data, object store
Main focusSpeedSpeed, Robustness, Crash Recovery, Scale from embedded to network to whole data grid. Available in many flavors. ElasticSpeed, Robustness, Data recovery, Available as Embedded dbSpeed, Robustness, Available as Embedded db, very high sequential write
LicenseBSDBSDOracleBSD
Projects using it
  • craigslist.org
  • github.com
  • guardian.co.uk
  • Disqus
  • stackoverflow.com
  • flickr.net
  • tweetdeck.com
  • blizzard.com
Technical details
Latest version6.0.40.518.11.22
Release dateMay 28th 2020 May 25th 2012 Jun. 14th 2018 May 3rd 2019
Initial release2009Apr. 25th 2012 1994Jul. 30th 2011
Transaction supportYesYesYesNo
ReplicationMaster/slaveP2PMaster/slave
ProtocolTelnet-likeCustom API, HTTPCustom APICustom API
Development languageC/C++C/C++CC++
PlatformsCross-platformCross-PlatformCross PlatformCross Platform
Additional
Websiteredis.iobangdb.comoracle.com/...google.com/...
Wikipediawikipedia.org/...wikipedia.org/...wikipedia.org/...wikipedia.org/...
FlavorNetworkEmbedded, Network, Elastic CacheEmbeddedEmbedded
Access ModelClient ServerEmbedded as part of process (Released)
Client Server
Distributed data grid - P2P
EmbeddedEmbedded
Embed
Compare Redis vs Bangdb vs BerkleyDB vs LevelDB
Databases
English
Public
Public
Oct. 1st 2020 3:27:03 PM
View changes
Manage backups

User reviews and comments

No comments yet. Be the first to leave your review.