Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Isolation (database systems)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Serializable=== This is the ''highest'' isolation level. With a lock-based [[concurrency control]] DBMS implementation, [[serializability]] requires read and write locks (acquired on selected data) to be released at the end of the transaction. Also ''range-locks'' must be acquired when a [[Select (SQL)|SELECT]] query uses a ranged ''WHERE'' clause, especially to avoid the '''''[[#Phantom reads|phantom reads]]''''' phenomenon. When using non-lock based concurrency control, no locks are acquired; however, if the system detects a ''write collision'' among several concurrent transactions, only one of them is allowed to commit. See ''[[snapshot isolation]]'' for more details on this topic. From : (Second Informal Review Draft) ISO/IEC 9075:1992, Database Language SQL- July 30, 1992: ''The execution of concurrent SQL-transactions at isolation level SERIALIZABLE is guaranteed to be serializable. A serializable execution is defined to be an execution of the operations of concurrently executing SQL-transactions that produces the same effect as some serial execution of those same SQL-transactions. A serial execution is one in which each SQL-transaction executes to completion before the next SQL-transaction begins.''
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)