3
donuts
7y

!Rant

Need some help from anyone experience with MEAN.

Do you have a separate cache for data or is Mongo the cache as well?

Basically we have 500GB+ DB of data, how would you architect a MEAN system around it so that it's fast and stable

Comments
  • 1
    Depends on your data.

    If you want to do caching, check out Redis.
    Caching 500GB in memory would require one hell of a budget. Redis, keys with expiration.
Add Comment