skip to main content
Developing JDBC Applications : Fine-Tuning JDBC Application Performance : Using Database Metadata Methods
 

Using Database Metadata Methods

Because database metadata methods that generate Resultset objects are slow compared to other JDBC methods, their frequent use can impair system performance. The guidelines in this section will help you to optimize system performance when selecting and using database metadata.