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