connects - Search results

2024-02-02 07:45:47 | Re: Memory growth using many named prepared statements, in spite of using DISCARD ALL afterwards (Daniel Blanch Bataller)

connect directly to postgrres, I run now 500000 prepared statements. I hope it's clearer

2024-02-01 13:40:20 | Memory growth using many named prepared statements, in spite of using DISCARD ALL afterwards. (Daniel Blanch Bataller)

Connect to the database const char *conninfo = "host=" HOST " port=" PORT " dbname=" DB " user=" USER