Comment 3 for bug 1178757

Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

Jay, define "transaction fingerprint"? I think we talked about this earlier. Iirc, there's probably no way to isolate transactions since is:

BEGIN
query 1
COMMIT

and

BEGIN
query 1
query 2
COMMIT

logically the same fingerprint? It would seem like no, but maybe higher up in the app it really is the same trx and query2 is due to some condition in the app.