top | item 45634877

(no title)

hodr_super | 4 months ago

Mongo Atlas also supports using archive database to store infrequently accessed cold data. It’s also object storage based.

discuss

order

fluxkernel|4 months ago

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.