fix(tsdb/cache/read): comment lastTs out to load stt data

This commit is contained in:
Minglei Jin 2024-09-13 09:54:26 +08:00
parent 19e95c126c
commit 8547b8c942
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ int32_t tsdbRetrieveCacheRows(void* pReader, SSDataBlock* pResBlock, const int32
}
double cost = (taosGetTimestampUs() - st) / 1000.0;
if (cost > tsCacheLazyLoadThreshold) {
pr->lastTs = totalLastTs;
// pr->lastTs = totalLastTs;
}
}
}