other: add log.

This commit is contained in:
Haojun Liao 2022-11-07 13:25:09 +08:00
parent cd29972a4d
commit 8ec132be6e
1 changed files with 3 additions and 0 deletions

View File

@ -592,6 +592,9 @@ int32_t addTagPseudoColumnData(SReadHandle* pHandle, const SExprInfo* pExpr, int
STableCachedVal* pVal = taosLRUCacheValue(pCache->pTableMetaEntryCache, h);
val = *pVal;
}
qDebug("retrieve table meta:%"PRIu64", hit:%"PRIu64 " miss:%"PRIu64", %s", pCache->metaFetch, pCache->cacheHit,
(pCache->metaFetch - pCache->cacheHit), idStr);
}
for (int32_t j = 0; j < numOfExpr; ++j) {