I perform SELECT FOR UPDATE
in my app.
What happens if row will not be updated and no writes for this row will perform, how long this lock will exists?
And is it possible to monitor such rows (rows selected for update)?
I perform SELECT FOR UPDATE
in my app.
What happens if row will not be updated and no writes for this row will perform, how long this lock will exists?
And is it possible to monitor such rows (rows selected for update)?