Cloning Query Tuner projects

You can make a copy a Query Tuner project in another database connection in the workspace.

About this task

When the project is cloned in a new connection, all of the nodes under the project are also cloned recursively, except for the analysis results. Cloning projects is useful when you want to tune a query or workload repeatedly on another data server.

Procedure

To clone a Query Tuner project:

  1. In the Project Explorer, right-click a Query Tuner project and select Clone Project.
  2. Specify a name for the cloned project
  3. Select an existing connection or create a connection as the target database connection.
    Important: The target connection must be of the same type as the original connection. For example, if the original connection is a DB2® for Linux®, UNIX®, and Windows® connection, the target connection must also be a DB2 for Linux, UNIX, and Windows database connection.
  4. Click OK to clone the project.

Results

The project is cloned. The Project Explorer is refreshed and displays the new project at the target connection.

Feedback