Databases Reference
In-Depth Information
Inefficient SQL queries slow the performance of JDBC applications. Some
SQL queries don't filter data, causing the driver to retrieve unnecessary data.
Your application pays a huge penalty in performance when that unnecessary data
is long data such as data stored as a Blob or Clob. Other queries can be overly
complex, causing additional processing at runtime.
Search WWH ::




Custom Search