mischkew / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

[API] Remove locks and transaction management where possible to improve performance #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As the db is readOnly, we don't need Locks or Transaction Management
Without, access is faster.

Original issue reported on code.google.com by oliver.ferschke on 21 Aug 2011 at 7:59

GoogleCodeExporter commented 9 years ago
Implemented in r435

Original comment by oliver.ferschke on 21 Aug 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Correction: Readded transactions management for now.
Locks are only remove wherever single values are retrieved from the db. For 
lazy-loading collections, locks are still necessary.

Original comment by oliver.ferschke on 21 Aug 2011 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 16 Feb 2012 at 1:19