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

Issues with large datasets in redis #37

Closed
mvodanovic opened this issue Oct 20, 2022 · 2 comments
Closed

Issues with large datasets in redis #37

mvodanovic opened this issue Oct 20, 2022 · 2 comments

Comments

@mvodanovic
Copy link

We have a redis instance with a large data set (almost 7 million entries in one DB) and if I try to use this plugin, it's really slow. I guess that at some point it's iterating through everything in redis. It should never iterate through everything, just through one page. Maybe it's also doing one page? But the page size is set to 10000 items, it might be that even that is too slow.

@MattMin
Copy link
Owner

MattMin commented Oct 23, 2022

I'll think about how to optimise this

@MattMin
Copy link
Owner

MattMin commented Sep 14, 2023

1.0.0 has resolved this issue, and JetBrains Marketplace has been synchronized accordingly.

@MattMin MattMin closed this as completed Sep 14, 2023
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

No branches or pull requests

2 participants