Skip to content

How to cache terabytes of data #90

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

Open
adityapatadia opened this issue Feb 13, 2021 · 1 comment
Open

How to cache terabytes of data #90

adityapatadia opened this issue Feb 13, 2021 · 1 comment

Comments

@adityapatadia
Copy link

I would like to use this module but my cache is going to be huge - in multiple terabytes. Both Redis and Memcached are not suitable for this sort of caching. How can I structure my cache to allow me to cache huge amount of data?

@kapouer
Copy link
Contributor

kapouer commented Feb 13, 2021

A distributed cache can easily manage terabytes of data. However in my point of view it's a bad design decision to use srcache in your case - whatever it is - if it's going to be terabytes of data it needs a more specific approach than srcache.

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