On Sat, Jul 28, 2012 at 10:46 PM, Ertio Lew <ertio...@gmail.com> wrote: > Is it possible to set Replication Factor on per column family basis so that > I can avoid replicating large text data or other not-so-important data in > CFs with low RF? > > I use hector API.
Replication factor is keyspace bound, not CF bound. You can have several keyspaces on a single cluster though and distribute your CFs accross these keyspaces.