提交 64ab48d7 编写于 作者: H Haojun Liao

[TD-1870]<enhance>: optimize the memory consumption during interval query.

上级 95104645
...@@ -72,8 +72,8 @@ typedef struct STableCheckInfo { ...@@ -72,8 +72,8 @@ typedef struct STableCheckInfo {
STable* pTableObj; STable* pTableObj;
SCompInfo* pCompInfo; SCompInfo* pCompInfo;
int32_t compSize; int32_t compSize;
int32_t numOfBlocks; // number of qualified data blocks not the original blocks int32_t numOfBlocks:29; // number of qualified data blocks not the original blocks
int32_t chosen; // indicate which iterator should move forward int8_t chosen:2; // indicate which iterator should move forward
bool initBuf; // whether to initialize the in-memory skip list iterator or not bool initBuf; // whether to initialize the in-memory skip list iterator or not
SSkipListIterator* iter; // mem buffer skip list iterator SSkipListIterator* iter; // mem buffer skip list iterator
SSkipListIterator* iiter; // imem buffer skip list iterator SSkipListIterator* iiter; // imem buffer skip list iterator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册