You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: