Re: could not send data to client: Connection reset by peer

2024-11-22 Thread Tomas Vondra
On 11/21/24 13:13, James Pang wrote: > experts, >    Postgresql v14.8,  client app use Postgresql JDBC, it start a single > query that return 470k rows totally in one time, but sometimes, database > server side got error "could not send data to client: Connection reset > by p

could not send data to client: Connection reset by peer

2024-11-21 Thread James Pang
experts, Postgresql v14.8, client app use Postgresql JDBC, it start a single query that return 470k rows totally in one time, but sometimes, database server side got error "could not send data to client: Connection reset by peer". any idea why it faced this error? Thanks, James