Comparar tamaños
Registrarse
English Français

Key/Value databases comparison

2

Compare Redis vs Bangdb vs BerkleyDB vs LevelDB

Enlace
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
Detalles técnicos
Latest version6.0.40.518.11.22
Fecha de lanzamiento2020-05-28 2012-05-25 2018-06-14 2019-05-03
Initial release20092012-04-25 19942011-07-30
Transaction supportNo
ReplicationMaster/slaveP2PMaster/slave
ProtocolTelnet-likeCustom API, HTTPCustom APICustom API
Development languageC/C++C/C++CC++
PlatformsCross-platformCross-PlatformCross PlatformCross Platform
Additional
Sitio webredis.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
Integrar
Compare Redis vs Bangdb vs BerkleyDB vs LevelDB
Databases
English
Public
Public
2020-10-01 15:27:03
View changes
Manage backups

User reviews and comments

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