Connection Persistence¶
Connection persistence refers to the practice of reusing the same database connection across multiple requests, rather than opening and closing a connection for each individual request. This is typically achieved using persistent connections.
See also The “Connection Tax”: What You Pay Every Request.
Related : Persistence, Connection, Database, Connection