Oh duh, RACS does this already. But it would be nice to get some education
on the bloom filter memory use vs # sstables question.
On Wed, Jul 25, 2018 at 10:41 AM Carl Mueller
wrote:
> It would seem to me that if the replicated data managed by a node is in
> separate sstables from the "main" dat
It would seem to me that if the replicated data managed by a node is in
separate sstables from the "main" data it manages, when a new node came
online it would be easier to discard the data it no longer is responsible
for since it was shifted a slot down the ring.
Generally speaking I've been aski