sql execution time in pg_stat_statements - Mailing list pgsql-performance

From Michel SALAIS
Subject sql execution time in pg_stat_statements
Date
Msg-id 005f01d7a5a6$67784b50$3668e1f0$@msym.fr
Whole thread Raw
Responses RE: sql execution time in pg_stat_statements  ("Michel SALAIS" <msalais@msym.fr>)
List pgsql-performance

Hi all,

 

I think that total_time in pg_stat_statements is cpu time + possible waits. So, can I say that:

Total_sql_time = total_time + blk_read_time + blk_write_time

 

Documentation is not clear at all on that.

 

Thanks in advance

 

Michel SALAIS

pgsql-performance by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: PostgreSql 9.4 Database connection failure
Next
From: "Michel SALAIS"
Date:
Subject: RE: sql execution time in pg_stat_statements