I want to find out actual query execution time.
Ratel has the following json result. Is this the time taken by ratel to parse and process the result or is it the time taken to simply get the results from database?
"extensions": {
"server_latency": {
"parsing_ns": 97918,
"processing_ns": 375190771,
"encoding_ns": 21947241,
"total_ns": 397360367
},