Apache Pegasus - A horizontally scalable, high-performance key-value store
1–10 of 41 posts
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#2Is it me or are most of the docs only available in Chinese?
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#3Anyone using this in production? If so, how do you find it, is it good?
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#4Why yet another key value store?
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#5Why yet another key value store?
KV stores are a complex topic and research continues. Each new tool comes with its own set of trade offs. It would help to go through the documentation.
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#6Will 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!
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#7Is it me or are most of the docs only available in Chinese?
It says it's being translated at the moment.
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#8Is it me or are most of the docs only available in Chinese?
[deleted]
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#9Another key/Value store system. There are already like RocksDB, LevelDB and many others!
Re: Apache Pegasus - A horizontally scalable, high-performance key-value store
#10Another key/Value store system. There are already like RocksDB, LevelDB and many others!
This one is distributed though, using RocksDB as the underlying storage.