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
It's assumed that on average each user reads around 10000 articles per year.
We can store {userID, articleID, read-time} in mongo and indexed by user-id for now.
(expecting 1T~10T of mem for 10M users.)
(mongodb is using LRU for the indexed mem usage~
no need to worry mem for now~)
The text was updated successfully, but these errors were encountered:
BRC is recording user-read-article within 1 year.
It's assumed that on average each user reads around 10000 articles per year.
We can store {userID, articleID, read-time} in mongo and indexed by user-id for now.
(expecting 1T~10T of mem for 10M users.)
(mongodb is using LRU for the indexed mem usage~
no need to worry mem for now~)
The text was updated successfully, but these errors were encountered: