Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Misc fixes 2 #39

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions src/pages/latest/concurrency-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@ DeltaLake provides ACID transaction guarantees between reads and writes.
This means that:

- For supported [storage systems](/latest/delta-storage), multiple writers across multiple clusters can simultaneously modify a table partition and see a consistent snapshot view of the table and there will be a serial order for these writes.
- Readers continue to see a consistent snapshot view of the table that the

Databricks job started with, even when a table is modified during a job.

- For supported [storage systems](delta-storage.md), multiple writers across
multiple clusters can simultaneously modify a table partition and see a
consistent snapshot view of the table and there will be a serial order for
these writes.
- Readers continue to see a consistent snapshot view of the table that the
ApacheSpark job started with, even when a table is modified during a job.
- Readers continue to see a consistent snapshot view of the table that the Apache Spark job started with, even when a table is modified during a job.

In this article:

Expand Down
Loading