I want to run set of different commands on different tables in parallel and in a transactional way, how can I do that?
More details:
I want all the commands to be distributed over threads but in a single transaction, so if all the threads succeed I'll commit else rollback.