Re: Connecton timeout issues and JDBC

2021-08-23 Thread Laurenz Albe
On Mon, 2021-08-23 at 15:34 +0800, Kelvin Lau wrote: > I have been using Python to deal with CRUD of the database. I have discovered > that there are > some issues when dealing with long queries (either SELECT or COPY, since it > is somewhat big data). The > connection is dropped by the 2~3 hours

Connecton timeout issues and JDBC

2021-08-23 Thread Kelvin Lau
Hello psql community, I have been using Python to deal with CRUD of the database. I have discovered that there are some issues when dealing with long queries (either SELECT or COPY, since it is somewhat big data). The connection is dropped by the 2~3 hours mark and I have no idea what is wrong