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

Avoid Write calls when SIADD added_cnt is 0 #1577

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

enjoy-binbin
Copy link
Member

This may improve performance by 40% in certain case.

Simple benchmarks:

src/redis-benchmark -p 6666 -P 100 -n 100000 siadd key 1 2 3

Before is 95057.03 requests per second.
After is 135135.14 requests per second.

This may improve performance by 40% in certain case.

Simple benchmarks:
```
src/redis-benchmark -p 6666 -P 100 -n 100000 siadd key 1 2 3
```

Before is 95057.03 requests per second.
After is 135135.14 requests per second.
@xiaobiaozhao
Copy link
Contributor

Why such a big performance boost? I don't get that from the logic of the code

@git-hulk git-hulk merged commit 46862ea into apache:unstable Jul 12, 2023
@enjoy-binbin enjoy-binbin deleted the siadd_fast_return branch July 12, 2023 02:32
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.

4 participants