Designing JDBC applications for performance Optimization
:
Returning data
Try DataDirect Drivers Now
Returning data
To return data efficiently, return only the data that you need and choose the most efficient method of doing so. The guidelines in this section will help you optimize system performance when retrieving data with JDBC applications.
In this section:
Returning long data
Reducing the Size of Returned Data
Choosing the right data type
Retrieving result sets