rustyrazorblade commented on code in PR #4399:
URL: https://github.com/apache/cassandra/pull/4399#discussion_r2421475890


##########
conf/cassandra.yaml:
##########
@@ -617,6 +617,54 @@ counter_cache_save_period: 7200s
 # Disabled by default, meaning all keys are going to be saved
 # counter_cache_keys_to_save: 100
 
+# Dictionary compression settings for ZSTD dictionary-based compression
+# These settings control the automatic training and caching of compression 
dictionaries
+# for tables that use ZSTD dictionary compression.
+
+# How often to refresh compression dictionaries across the cluster.
+# During refresh, nodes will check for newer dictionary versions and update 
their caches.
+# Min unit: s
+compression_dictionary_refresh_interval: 3600s
+
+# Initial delay before starting the first dictionary refresh cycle after node 
startup.
+# This prevents all nodes from refreshing simultaneously when the cluster 
starts.

Review Comment:
   Sorry for the confusion.  I'm not advocating for randomized delay.  The 
point I was trying to make is that this operation appears to be so lightweight 
that debating if it should be run once a day or an hour seems like a bikeshed.  
We're talking about an incredibly trivial amount of data and a very lightweight 
operation.  Doing it once a day vs an hour or even a minute is like the 
difference between one and three grain of sand on an entire beach.



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