apache / apache/incubator-pegasus
关于multi_set的时间问题
Open
- Dominant language
- C++
- Stars
- 2.1k
- Forks
- 328
- PR merge metrics
- No merged PRs in 30d
Description
三台机器,每个节点都有一个 meta replica ,单次 mset 200个数据,测试发现,居然只要1-2ms。 因为之前调研过 TIkv ScyllaDB,基本8ms-10ms 左右。个人认为大部分数据是写内存了,但是又不知道哪个配置是改这个内存限制的。
Contributor guide
Research direction
Start by reproducing the reported 1–2 ms multi_set for 200 values on three machines, with a meta replica on each node. Investigate whether writes are being served from memory and locate the configuration controlling that memory limit. Done means the latency is explained and the relevant configuration or behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases, distributed-systems, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100