jt2594838 commented on code in PR #470:
URL: https://github.com/apache/tsfile/pull/470#discussion_r2055325377


##########
java/tsfile/src/main/java/org/apache/tsfile/file/metadata/TimeseriesMetadata.java:
##########
@@ -394,4 +400,37 @@ public String toString() {
         + chunkMetadataList
         + '}';
   }
+
+  public static void main(String[] args) throws IOException {

Review Comment:
   Well, the serialization still accounts for a significant part in my 
experiment, so I would like to keep this a little longer in case I find some 
further optimizations in the future.



-- 
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: notifications-unsubscr...@tsfile.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to