You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beginupdate tblA set apa ='toto'where foo =12and id =43;
update tblB set monkey ='pippi'where bar =12and id =44;
commitbeginupdate tblA set apa ='toto'where foo =43and id =5;
update tblB set monkey ='pippi'where bar =43and id =16;
commitbegin
insert user (id, name) values (1, 'toto');
insert user_extra (user_id, age) values (1, 666);
commit
Report:
Transaction Pattern:
1: 66%
tblA WHERE foo = <1> AND id = <2>
tblB WHERE bar = <1> and id = <3>
2: 33%
user WHERE id = <1>
user_extra WHERE user_id = <1>
The text was updated successfully, but these errors were encountered:
Query log:
Report:
Transaction Pattern:
The text was updated successfully, but these errors were encountered: