Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transaction-isolation

How does PostgreSQL implement the REPEATABLE_READ isolation level?

How to safely and atomically decrement a counter with Django and PostgreSQL?

Does Serializable isolation level protect databases against ACIDRain attack?

SQL Server: Atomic Trigger

Does REPEATABLE_READ isolation prevent inserts for non-ranged queries?

How to implement custom thread-safe sequence with hibernate 4?

Prevent lost updates with high transaction isolation levels: Is this a common misconception?

Concurrency issue on a database select statement

Is it okay if from within one stored procedure I call another one that sets a lower transaction isolation level?

Best way to retry a transaction with Seam & Hibernate

Read isolation in Neo4j

GET DIAGNOSTICS ROW_COUNT with concurrent statements

Can I avoid locking rows for unnecessary amounts of time [in Django]?

Is it possible to let Postgres automatically retry transactions?

How to change transaction isolation level globally?

Serializable Isolation Level Confusion - Write Skew (Postgres)

What is default isolation level hibernate uses if not explicitly set?

Consistency for simultaneous UPDATES in Oracle, when the WHERE clause depends on the old value