tsdb support compress

This commit is contained in:
yihaoDeng 2024-03-16 14:23:35 +00:00
parent 0a03e7ac84
commit 54d63fe87c
1 changed files with 0 additions and 1 deletions

View File

@ -466,7 +466,6 @@ static int32_t tsdbFileDoWriteSttBlockData(STsdbFD *fd, SBlockData *blockData, S
}
tsdbWriterUpdVerRange(range, sttBlk->minVer, sttBlk->maxVer);
code = tBlockDataCompress(blockData, info, buffers, buffers + 4);
if (code) return code;