Is there currently any plans for multi-version concurrency control for a future release of Derby? If so what is the rough timeframe?
The pessimistic locking mechanism currently employed by Derby makes it harder to scale application built on Derby and can easily cause deadlocks. It's hard to support multiple users for Derby with this concurrency control. Cheers, Jon