How to allow different keyspaces to use different partitioners in Cassandra? -
i new cassandra , have basic question regarding partitioners.
according cassandra document, partitioner of cluster should set in cassandra.yaml file. question is: mean keyspaces in cassandra cluster must use same partitioner? if it's not, how allow different keyspaces use different partitioners?
all keyspaces must use same partitioner. avoid requiring excessive configuration each keyspace. however, can choose replication options per keyspace: whether want multiple datacenter replication , replication factors.
Comments
Post a Comment