350
See MongoDB (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] ramjambamalam@lemmy.ca 25 points 17 hours ago* (last edited 16 hours ago)

Atomicity: either all parts of the transaction complete, or all parts of the transaction don't complete; there's no "partly complete" state

Consistency: the state of the database after a transaction is stable; all "downstream" effects (e.g. triggers) of the query are complete before the transaction is confirmed.

Isolation: concurrent transactions behave the same as sequential transactions

Durability: a power failure or crash won't lose any transactions

Traditionally, ACID is where relational databases shine.

this post was submitted on 28 Aug 2025
350 points (100.0% liked)

Programmer Humor

26006 readers
911 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS