srcache-nginx-module icon indicating copy to clipboard operation
srcache-nginx-module copied to clipboard

How to cache terabytes of data

Open adityapatadia opened this issue 4 years ago • 1 comments

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?

adityapatadia avatar Feb 13 '21 12:02 adityapatadia

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.

kapouer avatar Feb 13 '21 21:02 kapouer