When I add nodes though, I would kind of be screwed there, right? Is there an
RF=${nodecount}…that would be neat.
Dean
From: Robert Coli <[email protected]<mailto:[email protected]>>
Reply-To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Date: Friday, September 13, 2013 12:06 PM
To: "[email protected]<mailto:[email protected]>"
<[email protected]<mailto:[email protected]>>
Subject: Re: is there any type of table existing on all nodes(slow to up date,
fast to read in map/reduce)?
On Fri, Sep 13, 2013 at 10:47 AM, Hiller, Dean
<[email protected]<mailto:[email protected]>> wrote:
I was just wondering if cassandra had any special CF that every row exists on
every node for smaller tables that we would want to leverage in map/reduce.
The table row count is less than 500k and we are ok with slow updates to the
table, but this would make M/R blazingly fast since for every row, we read into
this table.
Create a keyspace with replication configured such that RF=N?
=Rob