I need to update a table with different measures per id and these updates will be run by different transactions.
I need to know if there is a way to unlock the row on the update statement as I do not need to read data at the moment and data consistency would not be a problem.
Thanks in advance.