fix(tsdb/cache/read): comment lastTs out to load stt data
This commit is contained in:
parent
19e95c126c
commit
8547b8c942
|
@ -625,7 +625,7 @@ int32_t tsdbRetrieveCacheRows(void* pReader, SSDataBlock* pResBlock, const int32
|
||||||
}
|
}
|
||||||
double cost = (taosGetTimestampUs() - st) / 1000.0;
|
double cost = (taosGetTimestampUs() - st) / 1000.0;
|
||||||
if (cost > tsCacheLazyLoadThreshold) {
|
if (cost > tsCacheLazyLoadThreshold) {
|
||||||
pr->lastTs = totalLastTs;
|
// pr->lastTs = totalLastTs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue