Skip to content

[IOTDB-1152] optimize regular data size in traversing#2667

Merged
HTHou merged 3 commits intoapache:masterfrom
wangchao316:1152
Feb 23, 2021
Merged

[IOTDB-1152] optimize regular data size in traversing#2667
HTHou merged 3 commits intoapache:masterfrom
wangchao316:1152

Conversation

@wangchao316
Copy link
Member

data[] storage data in RegularDataEncoder, data[] default-size is 128, if real data < 128, but traversing 128 times in data2Diff method, which can use real data size...

@HTHou HTHou changed the title IOTDB-1152 optimize regular data size in traversing [IOTDB-1152] optimize regular data size in traversing Feb 18, 2021
@wangchao316 wangchao316 reopened this Feb 18, 2021
@wangchao316
Copy link
Member Author

@qiaojialin @jixuan1989 , hi , could you please review this?

@HTHou HTHou added the Module - TsFile data file format label Feb 22, 2021
Copy link
Contributor

@HTHou HTHou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@HTHou HTHou merged commit c84771b into apache:master Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module - TsFile data file format

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants