iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[To rel/0.13] [IOTDB-2669] C++ client optimize the values type in tablet class

Open liruizhi19 opened this issue 3 years ago • 0 comments

C++ client optimize the values type in tablet class.

The old values type is: std::vector<std::vectorstd::string> values;

The new values type is: std::vector<void*> values;

For eliminating two bytes conversion, so the performance is improved. performance test.xlsx

liruizhi19 avatar Jul 27 '22 12:07 liruizhi19