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
Most of email users keep inactive mails into their mailboxes, then the company storage size grows always (and then the cost).
The idea here is to split S3 storage into 2 S3 services : hot storage and cold storage, the cold one is a low speed storage like Amazon glacier.
a mail unread for more than "delay" is moved from hot storage into cold storage, only Cassandra data stays active
when user wants to open a mail stored into cold storage, the James API may return a "Wait for X" to the client which will wait for X to call the API and get the mail. The X delay permits to move back the mail from cold to hot storage
The text was updated successfully, but these errors were encountered:
Most of email users keep inactive mails into their mailboxes, then the company storage size grows always (and then the cost).
The idea here is to split S3 storage into 2 S3 services : hot storage and cold storage, the cold one is a low speed storage like Amazon glacier.
The text was updated successfully, but these errors were encountered: