 Use DatabaseMetaData methods appropriately
Use DatabaseMetaData methods appropriately
   Return only required data
Return only required data
   Select functions that optimize performance
Select functions that optimize performance
   Manage connections and updates
Manage connections and updates
  | 
        Problem
        | 
        Solution
        | 
        See guidelines in…
        | 
| 
        Network communication is slow.
        | 
        Reduce network traffic.
        | |
| 
        Evaluation of complex SQL queries on the database server is slow and can reduce concurrency.
        | 
        Simplify queries.
        | |
| 
        Excessive calls from the application to the driver slow performance.
        | 
        Optimize application-to-driver interaction.
        | |
| 
        Disk I/O is slow.
        | 
        Limit disk I/O.
        |