Answer by Tracy F. ·
Does the time of the database api displayed on the transaction flow include the time in sending the requests across a network or is it just the SQL execution time?
It's the round-trip from the perspective of the app server, so it includes OS, hardware, network, and DB time technically, though the majority of the time it's mainly representative of the SQL execution plus a little bit for the in-between. Make sense?
Rick B
JANUARY 15, 3:00 PM GMT / 10:00 AM ET