Re: relationship of backend_start, query_start, state_change - Mailing list pgsql-general

From Michael Lewis
Subject Re: relationship of backend_start, query_start, state_change
Date
Msg-id CAHOFxGoubxj-nX-_DcjDeHe6KCD=9OfOhKbZzB5NYkL5pPEs=A@mail.gmail.com
Whole thread Raw
In response to relationship of backend_start, query_start, state_change  (Si Chen <sichen@opensourcestrategies.com>)
List pgsql-general
If you use a connection pooler, this would likely be expected behavior since the connection is getting reused many times. Else, some app is connected and not closing their connection between queries. At least they aren't idle in transaction though.

pgsql-general by date:

Previous
From: Preethi S
Date:
Subject: Re: Reg: Help to understand the source code
Next
From: Olivier Gautherot
Date:
Subject: Re: relationship of backend_start, query_start, state_change