Application and database design issues
Application and database design issues
Things that you can do to improve the performance of Derby applications fall into three categories. In order of importance, these categories are:
- Avoiding table scans of large tables
- Avoiding compiling SQL statements
- Shielding users from Derby class-loading events
Previous Page
Next Page
Table of Contents
Index