YangYuHeng
YangYuHeng
## Description schedulingTime and runningTime are helping for performance troubleshooting. Export them to /ui/api/query/queryId json.
## Description Fixes https://github.com/trinodb/trino/issues/21671 ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. (x) Release notes are required. Please propose...
Upon analyzing Hive and Iceberg queries in Trino, we observed a significant latency during the analyze phase in io.trino.plugin.hive.metastore.cache.CachingHiveMetastore#loadTable as shown below: ``` @Override public Optional getTable(String databaseName, String tableName)...