in two systems, i do the same operation:
1. open SQL trace in ST05 first,
2. run my transaction, after complete, i check the SQL result
for the column duration, why it has following result:
in system A,
duration table object
10000 aaaa open
300 aaaa fetch
in system B,
200 aaaa open
9000 aaaa fetch
anyone knows what is the reason the different duration result in both system, in theory, as the same program was run, so why in one system the open part cost much time, in the other, the fetch part cost much time.
many thanks in advance~
Moderator message - Duplicate post locked
Edited by: Rob Burbank on Dec 9, 2009 9:33 AM