Skip to main content

One doc tagged with "contention"

View all tags

Handling Contention

Strategies for dealing with race conditions, concurrent writes, hot spots, and lock contention in distributed systems including optimistic locking, MVCC, distributed locks, and queue-based serialization.