Skip to content

Commit

Permalink
fix paragraph structure in Transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Aug 29, 2024
1 parent 405a122 commit 4a15ce2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions book/04-operations/07-transactions.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Transactions
This means that all users, irrespective of their interactions, should view and engage with the same data simultaneously.
This principle is known as **data consistency**.

:::{card} Data Consistency
Successful read queries should reflect the most recent writes, while successful writes should immediately influence all subsequent read actions.
:::

Databases are not merely storage systems; they should accurately represent an enterprise's current state.
This means that all users, irrespective of their interactions, should view and engage with the same data simultaneously.
Expand Down

0 comments on commit 4a15ce2

Please sign in to comment.