• 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: August 6th, 2023

help-circle
  • bastion@feddit.nltoProgrammer Humor@programming.devSee MongoDB
    link
    fedilink
    arrow-up
    15
    arrow-down
    3
    ·
    2 days ago

    This is kinda absolute BS at this point, though.

    Mongo has acid transactions, and has for years now. Although this is only within the same database, there are plenty of dbms (including rdbms) that don’t support cross-database transactions.

    Mongo also, since time immemorial, has had “write concern” to ensure that it’s written to disk (to the journal) before the transaction is completed.