gavinchou commented on code in PR #55382:
URL: https://github.com/apache/doris/pull/55382#discussion_r2322018931


##########
gensrc/proto/olap_file.proto:
##########
@@ -146,6 +146,8 @@ message RowsetMetaPB {
     optional bool enable_inverted_index_file_info = 1006;
     repeated InvertedIndexFileInfo inverted_index_file_info = 1007;
     optional SchemaDictKeyList schema_dict_key_list = 1008; // align to cloud 
rowset
+    // the time when this rowset should become stale (for compaction input 
rowsets)
+    optional int64 stale_at = 56;

Review Comment:
   the less we touch the metadata, the more stable the application becomes.



-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to