<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Acid on Jesus Oseguera</title><link>https://r0tbyt3.dev/tags/acid/</link><description>Recent content in Acid on Jesus Oseguera</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://r0tbyt3.dev/tags/acid/index.xml" rel="self" type="application/rss+xml"/><item><title>ACID</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/databases/database-fundamentals/acid/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/databases/database-fundamentals/acid/</guid><description>ACID ACID - properties (Atomicity, Consistency, Isolation, Durability) that guarantee reliable database transactions.
Atomicity - a transaction is either completed or not at all. Consistency - a transaction must bring the database from one valid state to another. Isolation - concurrent transactions must not affect each other. Durability - once a transaction is committed, it must persist even in the event of a system failure.
Atomicity Example Scenario Scenario: A transaction to transfer $100 from account A to account B fails due to a system failure.</description></item></channel></rss>