• by seeekr on 10/7/2022, 8:57:46 AM

    Note that this seems to be a relatively old project, first commits from 2015. The project seems active, but most of the work seems to have been done around its inception, with some significant activity from 2020 onwards. Speculation/interpretation: So this might be a project that was used internally by some company, but perhaps not any more, and they've decided to open-source it at some point (2017-2018?) because some folks were/are still excited about it and want to keep developing it.

    This might explain some of the "why yet another RocksDB-based KV store?" line of questioning.

  • by tmikaeld on 10/7/2022, 6:48:34 AM

    Will be interesting to see the benchmarks!

    There's a lot of KV engines that uses RocksDB now, like CockroachDB (Forked into PebbleDB though), YugabyteDB and TiDB.

    Those are all many times slower than Redis though, so having a middle-ground aimed to be similar to Redis, that doesn't eat all RAM, is very exciting!

  • by endisneigh on 10/7/2022, 12:23:01 PM

    Be curious to see differences between this and FoundationDB.

  • by scary-size on 10/7/2022, 6:34:20 AM

    Is it me or are most of the docs only available in Chinese?

  • by spockz on 10/7/2022, 6:39:13 AM

    Why yet another key value store?

  • by hk1337 on 10/7/2022, 6:34:55 PM

    This seems very interesting and I am peaked but the documentation and web page is lacking a lot to tell me what it is and how it's intended to be used. I know it's a key value store and it's supposed to be fast but that's it.

  • by hasperdi on 10/7/2022, 6:34:49 AM

    Anyone using this in production? If so, how do you find it, is it good?

  • by pknerd on 10/7/2022, 7:05:12 AM

    Another key/Value store system. There are already like RocksDB, LevelDB and many others!

  • by truth_seeker on 10/7/2022, 2:42:56 PM

    why would I choose it over TiKV or RIAK ?