[FEAT MERGE] system resource optimization

Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
This commit is contained in:
obdev
2023-08-29 10:41:01 +00:00
committed by ob-robot
parent 7678a4a676
commit 81b8923b14
191 changed files with 2817 additions and 2464 deletions

View File

@ -4814,7 +4814,7 @@ int ObDbmsStats::process_not_size_manual_column(sql::ObExecContext &ctx,
if (OB_SUCC(ret) && !auto_columns.empty()) {
if (OB_FAIL(ObOptStatMonitorManager::flush_database_monitoring_info(ctx, true, false))) {
LOG_WARN("failed to do flush database monitoring info", K(ret));
} else if (OB_FAIL(ObOptStatMonitorManager::get_instance().get_column_usage_from_table(
} else if (OB_FAIL(ObOptStatMonitorManager::get_column_usage_from_table(
ctx, auto_columns, table_param.tenant_id_, table_param.table_id_))) {
LOG_WARN("failed to get column usage from table", K(ret));
} else {