Closed apyrgio closed 9 years ago
In Cyclades, the select_for_update is usually used for the whole table. Check why this is done and if possible, reduce its scope.
select_for_update
Select_for_update is used to ensure that no other parallel action will generate the same key for an object.
In Cyclades, the
select_for_update
is usually used for the whole table. Check why this is done and if possible, reduce its scope.