airborne12 commented on code in PR #29553:
URL: https://github.com/apache/doris/pull/29553#discussion_r1442540023


##########
be/src/olap/rowset/rowset.h:
##########
@@ -327,6 +330,9 @@ class Rowset : public std::enable_shared_from_this<Rowset> {
     // rowset state machine
     RowsetStateMachine _rowset_state_machine;
     std::atomic<uint64_t> _delayed_expired_timestamp = 0;
+
+    // skip inverted index
+    bool skip_inverted_index = false;

Review Comment:
   also we may set skip index compaction column ids instead of whole rowset



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to