761417898 commented on code in PR #192:
URL: https://github.com/apache/tsfile/pull/192#discussion_r1712888032
##########
cpp/src/common/global.cc:
##########
@@ -58,6 +58,8 @@ void init_config_value() {
g_config_value_.tsfile_prefix_path_ = "";
// g_config_value_.time_encoding_type_ = TS_2DIFF;
g_config_value_.time_encoding_type_ = PLAIN;
+ g_config_value_.time_data_type_ = INT64;
+ g_config_value_.time_compress_type_ = UNCOMPRESSED;
Review Comment:
Changed to TS_2DIFF encoding, LZ4 compressor
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]