On Fri, Sep 10, 2021 at 2:49 AM Michel SALAIS wrote:
>
> 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.
In version 12 and below, tota
Just to say that for PostgreSQL 13, total_time is replaced by
total_exec_time + total_plan_time
Michel SALAIS
De : Michel SALAIS
Envoyé : jeudi 9 septembre 2021 20:14
À : pgsql-performa...@postgresql.org
Objet : sql execution time in pg_stat_statements
Hi all,
I think that total_ti
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
Em qui., 9 de set. de 2021 às 04:46, Lionel Napoleon <
lionelnapol...@hotmail.com> escreveu:
> Hi,
> I have an issue with my PostgreSql 9.4 version database. Almost
> every week I get the following error
>
> Error: #2147500037
> Could not connect to the server;
> Could not connect to remote
Hi,
I have an issue with my PostgreSql 9.4 version database. Almost every
week I get the following error
Error: #2147500037
Could not connect to the server;
Could not connect to remote socket immedaitely
Source: Microsoft OLE DB Provider for ODBC Drivers
SQL State: 08001
My application and