OpenAtomFoundation / pika

Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.
BSD 3-Clause "New" or "Revised" License
5.76k stars 1.19k forks source link

todo of floyd #2768

Open wangshao1 opened 6 days ago

wangshao1 commented 6 days ago

Which PikiwiDB functionalities are relevant/related to the feature request?

No response

Description

  1. 使用无锁队列替换当前的队列实现。
  2. rocksdb kv分离的优化,减少Compaction过程中对blob文件的随机IO。
  3. pika对应工具的更新,如pika-port。
  4. binlog和wal重复,只保留一份。
  5. rocksdb env,现在是所有rocksdb公用同一个bgthreadpool线程池,是否进行拆分,每个rocksdb使用独立的bgthreadpool。
  6. benchmark_client支持更多接口。

Proposed solution

同上

Alternatives considered

同上

Issues-translate-bot commented 6 days ago

Bot detected the issue body's language is not English, translate it automatically.


Title: pika 4.0 all