wu-sheng commented on code in PR #13144:
URL: https://github.com/apache/skywalking/pull/13144#discussion_r2014087214


##########
oap-server/server-starter/src/main/resources/bydb.yml:
##########
@@ -52,15 +52,46 @@ groups:
   # The "normal" section defines settings for datasets not specified in 
"super".
   # Each dataset will be grouped under a single group named "normal".
   recordsNormal:
+    # The settings for the default "hot" stage.
     shardNum:  ${SW_STORAGE_BANYANDB_GR_NORMAL_SHARD_NUM:1}
     segmentInterval: ${SW_STORAGE_BANYANDB_GR_NORMAL_SI_DAYS:1}
     ttl: ${SW_STORAGE_BANYANDB_GR_NORMAL_TTL_DAYS:3}
+    # If the "warm" stage is enabled, the data will be moved to the "warm" 
stage after the TTL of the "hot" stage.
+    # If the "cold" stage is enabled and "warm" stage is disabled, the data 
will be moved to the "cold" stage after the TTL of the "hot" stage.
+    # If both "warm" and "cold" stages are enabled, the data will be moved to 
the "warm" stage after the TTL of the "hot" stage, and then to the "cold" stage 
after the TTL of the "warm" stage.
+    # OAP will query the data from the "hot and warm" stage by default if the 
"warm" stage is enabled.
+    enableWarmStage: ${SW_STORAGE_BANYANDB_GR_NORMAL_ENABLE_WARM_STAGE:true}
+    enableColdStage: ${SW_STORAGE_BANYANDB_GR_NORMAL_ENABLE_COLD_STAGE:true}

Review Comment:
   Let's keep both these as false.



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

Reply via email to