简体   繁体   中英

How to update min_index_interval and max_index_interval of a table in a running Cassandra Cluster

如何更新正在运行的Cassandra集群max_index_intervalmin_index_intervalmax_index_interval

ALTER TABLE keyspace.table
with min_index_interval = 512 
AND max_index_interval = 2048;

You can use above query to change the property.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM