SELECT FOR UPDATE
originally posted by User5676 (but as a Document)
Hi,
How is it that a select for update query can consume 80% of the time of database, for making you wait?, the row lock contention is the cause? but only one select for update could hang the db, because the following queries are made on the same row are awaiting.
Thanks