Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support parallel architecture #847

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Conversation

OxalisCu
Copy link
Contributor

@OxalisCu OxalisCu commented Jul 30, 2024

集群架构并行化支持

测试环境

服务器:ecs.i4g.8xlarge 32核,磁盘读入速度 2.4 GB/s,写入速度 1.5 GB/s

源端和目的端 Redis 集群:1 GB 12 分片

改进前后性能对比

bench 改进前 改进后 改进后/改进前
sync +c2c + aof 1540k 126k 1520k 12
sync +c2c + rdb 207k 1498k 7.2
scan + c2c + ksn 1084k 129k 1081k 8.4
scan + c2c + scan 171k 665k 3.9

@CLAassistant
Copy link

CLAassistant commented Jul 30, 2024

CLA assistant check
All committers have signed the CLA.

@suxb201 suxb201 merged commit 66ca8e7 into tair-opensource:v4 Oct 17, 2024
7 checks passed
@OxalisCu OxalisCu changed the title feat: support parallel writer feat: support parallel architecture Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants