tsdb support compress

This commit is contained in:
yihaoDeng 2024-03-18 12:13:35 +00:00
parent d31c7f40c7
commit cd5f8ea415
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ struct SDiskDataHdr {
int32_t szKey;
int32_t szBlkCol;
int32_t nRow;
int8_t cmprAlg;
uint32_t cmprAlg;
// fmtVer == 1
int8_t numOfPKs;