You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't have any QQ contact way because all of us in PingCAP don't like using QQ.
qdb is slower than redis, you can see the benchmark to check wether it can fit your scenario or not.
most of time, the compaction for rocksdb is not a bottleneck if you set correct configuration, but it relies on tuning rocksdb many times in your real product environment. :-)
I prefer LSM rather than B-Tree for heavy writing, and at the same time, rocksdb uses bloom filter and cache to improve read performance, so I think it is enough. btw, we can use cluster solution if one machine becomes bottleneck.
we use master-slave mode like original redis, not multi copys, it is simple. Later, we may support sync-replication and semi-sync replication for guaranteeing data more safely.
btw, @Terry-Mao, is the redis intelligent client your develop not used in your previous company?
siddontang
changed the title
对reborndb 设计和性能上的一些疑问
questions about desing and performance for reborndb
Jul 6, 2015
hi,你好
我司目前正在对redis集群方案选型, 之前看到了codis,但是比较遗憾的是codis的mget、zset之类的性能较差,今天看到你们新开发了reborndb, 很好奇,有几个疑问请教下
之前ngaut哥哥应毛老师之约来过我司,有一面之缘,盼qq联络方式~
猎豹 房晓 2829794533
The text was updated successfully, but these errors were encountered: