Select from following answers:- Connect for the minimal amount of time.

- Connect for the duration of the session. Do not use transactions.
- Connect for the duration of the session. Use transactions.
- All Above
High-performance applications keep connections to the data source in use for a minimal amount of time and take advantage of performance-enhancing technology, such as connection pooling.
Connecting for the duration of the session monopolizes database connections, a finite resource.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator