OurBigBook About$ Donate
 Sign in Sign up

SQL REPEATABLE READ isolation level

Ciro Santilli (@cirosantilli, 37) ... Relational database Relational database management system SQL SQL feature SQL transaction SQL transaction isolation level
Updated 2025-07-16  0 By others on same topic  0 Discussions Create my own version
Vs SQL SERIALIZABLE isolation level on PostgreSQL: dba.stackexchange.com/questions/284744/postgres-repeatable-read-vs-serializable
nodejs/sequelize/raw/parallel_create_delete_empty_tag.js is an example which experimentally seems to be solved by REAPEATABLE READ, although we are not sure that this is truly the case and why. What is clear is that that example is not solved by the SQL READ COMMITTED isolation level.
In PostgreSQL, this is the first isolation level which can lead to postgreSQL serialization failures, this does not happen to SQL READ COMMITTED isolation level in that DBMS. You then have to retry the transaction.

 Ancestors (14)

  1. SQL transaction isolation level
  2. SQL transaction
  3. SQL feature
  4. SQL
  5. Relational database management system
  6. Relational database
  7. Type of database
  8. Database
  9. Software
  10. Computer
  11. Information technology
  12. Area of technology
  13. Technology
  14.  Home

 Incoming links (1)

  • PostgreSQL serialization failure

 View article source

 Discussion (0)

New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook