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

The optimizations of redis storage #445

Open
onestraw opened this issue Jan 22, 2019 · 1 comment
Open

The optimizations of redis storage #445

onestraw opened this issue Jan 22, 2019 · 1 comment

Comments

@onestraw
Copy link
Contributor

Use SCAN for announcing and garbage collection, or whenever else it's possible.
I just did some benchmarks real quick and GC times go into the seconds with a few tens of thousands of peers. This is on a non-configured redis instance, freshly installed on debian. I think I have the persistence thing on, maybe that hurts performance, who knows.

refer to #433

@mrd0ll4r
Copy link
Member

SCAN for garbage collection is implemented in #472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants