apyrgio / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
0 stars 0 forks source link

Consider reducing the scope of select_for_update #319

Closed apyrgio closed 9 years ago

apyrgio commented 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.

apyrgio commented 9 years ago

Select_for_update is used to ensure that no other parallel action will generate the same key for an object.