iotdb
iotdb copied to clipboard
[IOTDB-2669] C++ client optimize the values type in tablet class
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
