Enabling query prefetching

To enable query prefetching for burst reports processing, you must modify the xqe.config.xml file. This functionality can be used only with dynamic query mode.

Procedure

  1. Open the c10_location/configuration/xqe.config.xml file in an XML editor.
  2. Assign the specified values for the following parameters:
    burstPrefetch
    Set the value for the enabled attribute to true.
    maxResultSetPrefetch
    Value: 1
    minThreads
    Value: 10
    maxThreads
    Value: 20
    maxMemoryPerResultSet
    Value: 1
    Tip: The descriptions of the parameters are included in the xqe.config.xml file.
  3. Save the xqe.config.xml file.

What to do next

You must now specify the RSVP.BURST_QUERY_PREFETCH advanced setting. For more information, see Changing the default processing of burst reports.