KeyDB
KeyDB copied to clipboard
[NEW] KeyDB FLASH Support - release date
Support for KeyDB FLASH using the RocksDB engine will become available September 2022
do you still plan to release this month the RocksDB engine ? thanks
Hi, @JohnSully can we know anything about this? Thanks!
I'm also interested in this I can add leveldb support, rocksdb can act as example. I found some files indicating rocksdb support but since you're planning release of rocksdb support I don't see a reason of implementing it on my own.
We are currently planning on introducing this to the unstable (Main) branch on Friday (Sept 30) where you can view/build/try. We will publish this to the Docker 'unstable' image at that time as well.
We will be planning a larger 6.4 release at a later date which will include the FLASH build in all distributions.
Hi Folks, sorry for the delay, we are waiting on a final validation but hope to have this out in the next few days :) We will keep you posted as soon as soon as its available
It's much more powerfull to use nvme 2.0 's key value storage interface than RocksDB. Hope there be such a version in future.
I'm really looking forward to this version, which will allow me to save a lot of data on disk instead of in memory
It's much more powerfull to use nvme 2.0 's key value storage interface than RocksDB. Hope there be such a version in future.
As stated in specification nvme key-value storage is implemented in RocksDB compatible library see page 27. I'm willing to do this as I'm in need all I'm waiting is flash storage to be available.
always use nvme 2.0 key-value storage. It cut down disk io to 1/6, compared with other db according to samsung's early study. It reduce flash write amplification to 1.0, while redis rdb has a write amplification ratio over 1000. It's fast, typically, it can provide more than 2M+ iops with lowest latency. Some studies shows one nvme key-value disk can relace 50 xeon kernels that running rocksdb, using about 1/100 power and zero system memory. nvme 2.0 kv disk can get LINEARY PERFORMANCE GROWTH while number of disk increase. Other db usually get a log-like performance growth using same single db interface. it never lost data,once data send to disk. It won't create a db file like rocksdb which always expanding its size, and awkward to shrink size. It's cheap and easy available when time comes to 2023.
Just a heads up the code is out in the OSS_RELEASE_SEP branch. @benschermel will be prepping the release images.
To avoid a repeat of problems with 6.3 even though this has been deployed successfully with customers in the past we will mark the flash feature as Beta.
By the way integrating with Snap has been a learning experience and I’ve gained a bigger appreciation for the issues on the control plane side. I apologize for how much time this has taken with me away from the project.
@JohnSully @benschermel Great thanks I'll proceed with flash testing and adding nvme support.
@yangkequn @pr4u4t Very interesting this native NVMe K/V. It seems a different issue though, but wow what a potential!
Any news on this?
https://github.com/Snapchat/KeyDB/releases/tag/v6.3.2