eldenmoon commented on code in PR #59183:
URL: https://github.com/apache/doris/pull/59183#discussion_r2642211292
##########
be/src/olap/tablet_schema.h:
##########
@@ -294,6 +312,12 @@ class TabletColumn : public MetadataAdder<TabletColumn> {
BeConsts::DEFAULT_VARIANT_MAX_SPARSE_COLUMN_STATS_SIZE;
// default to 0, no shard
int32_t _variant_sparse_hash_shard_count = 0;
+
+ bool _variant_enable_doc_snapshot_mode = false;
+
+ int64_t _variant_doc_snapshot_min_rows = 0;
+
+ int32_t _variant_doc_snapshot_shard_count = 128;
Review Comment:
1. 哪些互斥、哪些是必须一起的
--
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]