Information collected by getiqinfo

The getiqinfo script collects all of the following information:

On multiplex databases, you must execute getiqinfo on the write server and/or query servers, and the following information is also collected:

The following information is not collected by getiqinfo, but may also be requested by Technical Support:

A checklist for recording information that Technical Support may need is provided at the end of this chapter, in the unlikely event that you need to collect this information manually.

NoteQuery plan detail is collected automatically by getiqinfo if the options below are set. You can also collect this information manually, by setting the options and then rerunning the command that produced the error.

SET TEMPORARY OPTION QUERY_PLAN = 'ON'
SET TEMPORARY OPTION QUERY_DETAIL = 'ON'

The plan will be in the message log file. The default for databases created as of Version 12.5 is Query_Plan = ON, and Query_Detail = OFF.

If you have performance problems, set the following option:

SET TEMPORARY OPTION QUERY_PLAN_AFTER_RUN = 'ON'

This will enable technical support to see which steps in the query processing used the time.