Xin.Zh

Results 63 issues of Xin.Zh

https://github.com/absolute8511/ZanRedisDB/blob/master/cluster/pdnode_coord/place_driver.go#L574 到 https://github.com/absolute8511/ZanRedisDB/blob/master/cluster/pdnode_coord/place_driver.go#L587 这段代码作用是对@ nodeNameList进行排序,但是同文件里面的getNodeNameList已经对nodeNameList按照 dc name和 node name进行了有效排序,其功能似有重复。不知理解确否?

![image](https://github.com/OpenAtomFoundation/pika/assets/7959374/a530c46a-6919-450b-a2a9-619a5604bcf1) ![image](https://github.com/OpenAtomFoundation/pika/assets/7959374/fa2330a9-af56-4c34-aa1a-97f134bb1f3d) ![image](https://github.com/OpenAtomFoundation/pika/assets/7959374/542cf848-bf81-4f22-b541-3f0dce19caae) ![image](https://github.com/OpenAtomFoundation/pika/assets/7959374/d8534a32-d765-46d8-9ba0-ecc6a39b3101) ![image](https://github.com/OpenAtomFoundation/pika/assets/7959374/6cafffcb-0517-4bce-9887-d1433329f789)

### Which PikiwiDB functionalities are relevant/related to the feature request? _No response_ ### Description 1 Redis v7 store its hot key in client; 2 Cellar store hot key in server...

✏️ Feature

### Is this a regression? Yes ### Description https://github.com/OpenAtomFoundation/pika/pull/2242/files#diff-0a5735f722620de9d658c56db39a0f454b97f20bdb2cbc8e1de92406150ed9d8 这个stream下沉到storage层的pr新增了一个rocskdb实例,有单独的存储格式,会导致 3.5.3 无法与 3.5.2 的存储同步数据 ### Please provide a link to a minimal reproduction of the bug _No response_ ### Screenshots...

☢️ Bug

### Is this a regression? Yes ### Description get those info by just 1 call ### Please provide a link to a minimal reproduction of the bug _No response_ ###...

☢️ Bug

from https://github.com/OpenAtomFoundation/pika/discussions/2340 ### Description when i tried to sync a replica slave, i get this error on both master and slave and both with segmentation fault. how do i debug...

☢️ Bug

### Which PikiwiDB functionalities are relevant/related to the feature request? _No response_ ### Description ![image](https://github.com/OpenAtomFoundation/pika/assets/7959374/19d831dc-d80b-4e8f-87a5-5a474d144c9f) from https://cloud.tencent.com/developer/article/1815554 ### Proposed solution add cuckoo filter for redis cache ### Alternatives considered add...

✏️ Feature

### Which PikiwiDB functionalities are relevant/related to the feature request? _No response_ ### Description Now we use Redis 4 https://github.com/pikiwidb/rediscache as Redis cache. ### Proposed solution Using Redis 7 ###...

✏️ Feature

### Is this a regression? Yes ### Description Pika 想围绕项目做一个网站,这样 文档、活动通知、样板案例、通用解决方案 都可以放在里面

✏️ Feature

1 每个命令生成一个 shared_ptr:pikiwidb 不复制命令对象,使用 context 优化,发包池化; 2 buffer 池化,省掉一些 malloc; 3 命令发送 -> 处理 -> 多线程:缓存下命令;StringView 4 info 命令,admin 拆出来,不要放在主线程; 5 io worker 调度不均衡,把任务抽象; 6 可观测:命令耗时,worker 调度执行是否均衡; 7 重复请求的缓存; speedb...