⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
Yep, the connections persist.
You are probably establishing a new connection to PG for each request. Have you set CONN_MAX_AGE?
Comment
Yep, the connections persist.
Parent comment
You are probably establishing a new connection to PG for each request. Have you set CONN_MAX_AGE?