add note that partitioners cannot be changed w/o data wipe

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@773015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-05-08 14:52:03 +00:00
parent 750d0a16b0
commit 85a121b474
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
org.apache.cassandra.dht.RandomPartitioner and
org.apache.cassandra.dht.OrderPreservingPartitioner.
Range queries require using OrderPreservingPartitioner or a subclass.
Achtung! Changing this parameter requires wiping your data directories,
since the partitioner can modify the sstable on-disk format.
-->
<Partitioner>org.apache.cassandra.dht.RandomPartitioner</Partitioner>