JDBC Type 4 Driver Performance Tuning Guide for Version 1.1
Page 1 Hewlett-Packard Company — 529619-002 April 8, 2005
HP NonStop™ JDBC Type 4 Driver
Performance Tuning Guide for Version 1.1
April 8, 2005
Author: Ken Sell
1 Introduction
Java applications and application environments continue to play an important role in
software system development. Database access accounts for a significant portion of the
time and resources used by many Java programs. As database access grows, its impact on
the overall performance of an application grows as well. This document contains tips for
optimizing performance when using the HP NonStop JDBC Type 4 Driver, version 1.1.
2 Overview
The NonStop JDBC Type 4 Driver is one of several components that are used in
accessing an HP NonStop SQL/MX database. Although this document focuses on the
Type 4 driver component specifically, it also talks about other related components where
applicable.
Optimizing performance can have many meanings, including:
• CPU usage on the client system (PC, HP-UX, etc.)
• Memory usage on the client system
• CPU usage on the HP NonStop server system
• Memory usage on the server system
• Throughput (number of transactions per second)
• Response time (the time it takes for the client application to respond)
Furthermore, the meaning of performance can vary when the scalability of a system is
considered. When applicable, this document indicates any negative impact that a
performance improvement might have on the scalability of an application.