[CP] SQL execution time consumption statistics

This commit is contained in:
obdev
2023-02-09 14:28:54 +00:00
committed by ob-robot
parent 8ee348c40d
commit 6192a06fb9
9 changed files with 42 additions and 3 deletions

View File

@ -495,6 +495,8 @@ public:
common::ObCollationType connection_collation,
const share::schema::ObViewSchema &view_schema,
common::ObString &view_definition);
static void record_execute_time(const ObPhyPlanType type,
const int64_t time_cost);
static int handle_audit_record(bool need_retry,
const ObExecuteMode exec_mode,
ObSQLSessionInfo &session,