Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in transaction-isolation

Does Amazon Aurora offer serializable isolation for read-only transaction running on slave nodes?

How should I go about implementing an "autonumber" field in SQL Server 2005?

Race conditions between INSERT ON CONFLICT DO NOTHING and SELECT

Maintain integrity on concurrent updates of the same row

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]?