query_response_time_flush

2025-11-14 07:33:33  Updated

Note

This parameter is available starting with V4.0.0.

Description

query_response_time_flush specifies whether to refresh the information_schema.QUERY_RESPONSE_TIME view and re-read query_response_time_range_base.

Privilege requirements

  • Query the parameter

    The sys tenant and all user tenants can use the SHOW PARAMETERS statement or the GV$OB_PARAMETERS view to query this parameter.

  • Modify the parameter

    The sys tenant and user tenants can modify this parameter.

Attributes

Attribute Description
Type Bool
Default value False
Value range
  • True: enabled
  • False: disabled
Modifiable Yes. You can use the ALTER SYSTEM SET statement to modify the parameter.
Effective upon OBServer node restart No. The setting takes effect immediately.

Examples

Disable the refresh of the information_schema.QUERY_RESPONSE_TIME view and the re-read of query_response_time_range_base.

obclient> ALTER SYSTEM SET query_response_time_flush=False;

Contact Us