Kequn Yang
Kequn Yang
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.
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...
I finally solved same problem by writting a new migrate python script: https://github.com/yangkequn/RedisTools/blob/master/redisMigrateToKeydb.py
I review the source code in OSS* branch, and findout there's no code handling enable-pro or enable-enterprise. after comment enable-pro. the command line says: FLASH Is Not yet Supported so,...
finall, i correctly configured ENABLE_ROCKSDB. great thanks for the masterpiece, keydb is so amazing. Just copy the following Dockerfile to build the latest docker image that support flash storage
``` FROM ubuntu:20.04 SHELL ["/bin/bash","-c"] RUN groupadd -r keydb && useradd -r -g keydb keydb # use gosu for easy step-down from root: https://github.com/tianon/gosu/releases ENV GOSU_VERSION 1.14 RUN set -eux;...
it's badlly needed. I need it to make devops become easy
an alternative way: ARG random_chars_to_disable_cache_axasdes=1 https://stackoverflow.com/questions/35134713/disable-cache-for-specific-run-commands