Hacker News new | ask | show | jobs
by hodr_super 237 days ago
Mongo Atlas also supports using archive database to store infrequently accessed cold data. It’s also object storage based.
1 comments

Typically a separate archive database is not desired choice. You need to specify the rule how old the data is move from production database to archive database. Also the archive database is read only and slow, you can not achieve transaction between production database and archive database.