how to lock some row as they don't be selected in other transaction
问题 I've a table which is something like a list of URL I want to visit. The table is not referenced nor references other tables. What my application do is: select some rows from the list of URL start a cycle on them start a transacion visit the url elaborate it start a sub-transaction check if the results are already in the first two tables (select) if not, save it (insert) commit the sub-transaction start a sub-transaction check if the results are already in another table (select) if not, save