redrock icon indicating copy to clipboard operation
redrock copied to clipboard

Added Redrock as reference for Dragonfly Flask Disk Feature

Open webclinic017 opened this issue 3 years ago • 1 comments

Added Redrock as reference for Dragonfly Flask Disk Feature

https://github.com/dragonflydb/dragonfly/issues/267

https://github.com/szstonelee/redrock [ RedRock 自动将超出内存的数据转换为磁盘存储。这样,热数据在内存,保证访问速度,冷数据和温数据在磁盘,支持实时读写。 RedRock为此做了自动冷热转换,从而大大节省了硬件成本。 ]

https://redis.com/redis-enterprise/technology/redis-on-flash/ [ RoF 没有将整个数据集保存在 DRAM 中,而是仅将键和 Redis 字典(键后面的数据结构)保存在 DRAM 中(更快的层),以及频繁访问的数据或数据集(工作集)的“热数据”。 “暖值”,即非活动数据,被移动到较低的层,即本地闪存存储层。 ]

https://docs.keydb.dev/docs/coming-soon/#keydb-flash-support [对使用 RocksDB 引擎的 KeyDB FLASH 的支持将于 2022 年 9 月推出。]

我认为这将是对功能集的一个很好的补充——通过使用 RocksDB

webclinic017 avatar Sep 02 '22 22:09 webclinic017

Thank you.

And maybe more, check here:

https://github.com/szstonelee/redrock_old/blob/master/documents/peers_en.md

szstonelee avatar Sep 04 '22 08:09 szstonelee