Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcd8115e

Browse files
committed
docs: clarify MVCC introduction to allow for per-statement snapshots
1 parentfe67d25 commitcd8115e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/mvcc.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
for developers to manage concurrent access to data. Internally,
4242
data consistency is maintained by using a multiversion
4343
model (Multiversion Concurrency Control, <acronym>MVCC</acronym>).
44-
This means thatwhile querying a databaseeachtransaction sees
44+
This means that eachSQL statement sees
4545
a snapshot of data (a <firstterm>database version</firstterm>)
4646
as it was some
4747
time ago, regardless of the current state of the underlying data.
48-
Thisprotects the transactionfrom viewing inconsistent datathat
49-
could be causedby(other)concurrenttransaction updates on the same
48+
Thisprevents statementsfrom viewing inconsistent dataproduced
49+
by concurrenttransactions performing updates on the same
5050
data rows, providing <firstterm>transaction isolation</firstterm>
5151
for each database session. <acronym>MVCC</acronym>, by eschewing
5252
the locking methodologies of traditional database systems,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp