Top "Database-concurrency" questions

Database concurrency is a database property that allows users to access data at the same time.

Hibernate (JPA): how to handle StaleObjectStateException when several object has been modified and commited

Consider the scenario: A Db transaction envolving more than one row from different tables with versioning. For example: A shopLists …

hibernate optimistic-locking database-versioning database-concurrency
What's the best way to manage concurrency in a database access application?

A while ago, I wrote an application used by multiple users to handle trades creation. I haven't done development for …

c# database concurrency database-concurrency
Amazon DynamoDB Conditional Writes and Atomic Counters

The application im working on currently requires me to increment an attribute belonging to an item in DynamoDB many times …

amazon-dynamodb database-concurrency distributed-database