IntermediateVocabulary#backend#developer-tools#architecture

Connection Pooling Vocabulary

Build fluency in the vocabulary of reusing database connections instead of opening a new one per query.

0 / 5 completed
1 / 5
At standup, a dev mentions maintaining a reusable set of already-established database connections that the application borrows from and returns, instead of opening a brand-new connection for every single query. What is this technique called?