Skip to content

Add Delta Lake ACID Transactions blog#530

Open
avriiil wants to merge 6 commits into
delta-io:mainfrom
avriiil:delta-acid
Open

Add Delta Lake ACID Transactions blog#530
avriiil wants to merge 6 commits into
delta-io:mainfrom
avriiil:delta-acid

Conversation

@avriiil
Copy link
Copy Markdown
Contributor

@avriiil avriiil commented Apr 1, 2025

Signed-off-by: Avril Aysha 68642378+avriiil@users.noreply.github.com

avriiil added 3 commits April 1, 2025 13:04
Signed-off-by: Avril Aysha <68642378+avriiil@users.noreply.github.com>
Signed-off-by: Avril Aysha <68642378+avriiil@users.noreply.github.com>
Signed-off-by: Avril Aysha <68642378+avriiil@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 3, 2025

Deploy Preview for deltaio-site ready!

Name Link
🔨 Latest commit ad42f28
🔍 Latest deploy log https://app.netlify.com/projects/deltaio-site/deploys/690907ccaaf7550008612a26
😎 Deploy Preview https://deploy-preview-530--deltaio-site.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated

## How does Delta Lake use ACID transactions?

Delta Lake brings ACID transactions to your data lake by using a transaction log. This log is stored in a lightweight JSON file and tracks every change to your data. This makes sure that every operation is **atomic** (all or nothing), **consistent** (follows defined rules), **isolated** (avoids conflicts), and **durable** (permanently stored).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Delta Lake brings ACID transactions to your data lake by using a transaction log. This log is stored in a lightweight JSON file and tracks every change to your data. This makes sure that every operation is **atomic** (all or nothing), **consistent** (follows defined rules), **isolated** (avoids conflicts), and **durable** (permanently stored).
Delta Lake brings ACID transactions to your data lake by using a transaction log. Every commit is stored in a lightweight JSON file and tracks every change to your data. This makes sure that every operation is **atomic** (all or nothing), **consistent** (follows defined rules), **isolated** (avoids conflicts), and **durable** (permanently stored).

Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx Outdated
Comment thread src/blog/delta-lake-acid-transactions/index.mdx
Signed-off-by: Avril Aysha <68642378+avriiil@users.noreply.github.com>
Signed-off-by: Avril Aysha <68642378+avriiil@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants