Help Center> GaussDB> Centralized_3.x> Schemas> DBE_PERF Schema> Query> STATEMENT_RESPONSETIME_PERCENTILE
Updated on 2024-05-07 GMT+08:00

STATEMENT_RESPONSETIME_PERCENTILE

Obtains the response times of 80% and 95% SQL statements in the database.

Table 1 STATEMENT_RESPONSETIME_PERCENTILE columns

Name

Type

Description

p80

bigint

Response time of 80% SQL statements in the database (unit: μs).

p95

bigint

Response time of 95% SQL statements in the database (unit: μs).