repeated - Search results
Mailing lists >> pgsql-jdbc >> Thread
2023-07-24 05:53:07 | Re: Executing the same query multiple times gets slow (Laurenz Albe)
Repeat the EXECUTE at least 5 times, until PostgreSQL switches to the generic plan. Then
Mailing lists >> pgsql-jdbc >> Thread
2023-07-22 15:25:43 | Re: Executing the same query multiple times gets slow (Blake McBride)
repeated use starts getting really slow as I previously reported. For me, in this
Mailing lists >> pgsql-jdbc >> Thread
2023-07-20 16:33:10 | Executing the same query multiple times gets slow (Blake McBride)
repeatedly, it's always fast. If I run it through JDBC it runs fast at first