diff --git a/conf/storage-conf.xml b/conf/storage-conf.xml index ef5e2295b7..63f978f10a 100644 --- a/conf/storage-conf.xml +++ b/conf/storage-conf.xml @@ -100,8 +100,8 @@ ~ org.apache.cassandra.dht.CollatingOrderPreservingPartitioner. ~ (CollatingOPP colates according to EN,US rules, not naive byte ~ ordering. Use this as an example if you need locale-aware collation.) - ~ Range queries require using OrderPreservingPartitioner or a subclass. - + ~ Range queries require using an order-preserving partitioner. + ~ ~ Achtung! Changing this parameter requires wiping your data ~ directories, since the partitioner can modify the sstable on-disk ~ format. @@ -109,7 +109,7 @@ org.apache.cassandra.dht.RandomPartitioner