latency average = 9.787 ms <- should i take this as the execution time? initial connection time = 12.481 ms tps = 102.176356 (without initial connection time)
used pg_stat_statements to fetch execution time for that query.
SELECT total_exec_time FROM pg_stat_statements where query = '<query here>'