Generating data about the performance of the SQL statements in an application

Use a pureQuery Run configuration to generate data that shows how quickly the SQL statements in a Java application run. You can view the data in the SQL Outline view.

Before you begin

The Java project for your application must have support for pureQuery enabled. Your application must also have either of these characteristics:

Procedure

To measure the performance of the SQL statements in a Java application:

  1. In the Project Explorer, right-click the Java project in which the application is located and select Run As > Run Configurations.
  2. Select pureQuery and define a new run configuration.
  3. Run the application with the new run configuration.

What to do next

Examine the generated performance data. See the link "Viewing performance data in the SQL Outline view" in the Related Tasks section at the end of this topic.

Feedback