Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4549298
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:20:27+00:00 2026-05-21T16:20:27+00:00

Cassandra has to option to enable ReadRepair. A Read is send to all Replicas

  • 0

Cassandra has to option to enable “ReadRepair”. A Read is send to all Replicas and if one is stale, it will be fixed/updated. But due to the fact, that all replicas receive the Read, there will be the point, when the nodes reach IO-Saturation. As always ALL replica nodes receive the read, adding further nodes will not help, as they also receive all reads (and will be saturated at once)?

Or does cassandra offer some “tunabililty” to configure that ReadRepair does only go to not all of the nodes (or offer any other “replication” that will allow true read scaling)?

thanks!!
jens

Update:
A Concrete exmaple, as I still do not understand how it will work in practice.

  • 9 Cassandra “Boxes/Severs”
  • 3 Replicas (N=3) => Every “Row” is
    written to 2 additinal Nodes = 3
    Boxes hold the data in total)
  • ReadRepair Enabled
  • The Row in Question is (Lets say customer1) is highly trafficed

1.) The first Time I write the Row “Customer1” to Cassandra it will evantually be available on all 3 nodes.

2.) Now I query the system with 1000’s of Requests of requests per second for Customer1 (and to make it more clear with any caching disabled).

3.) The Read will always be dispateched to all 3 nodes. (The first request (to the nearest node) will be a full request for data and the two additional requests will only be a “checksum request”.)

4.) As we are queryingw with 1000’s of requests, we reach the IO-limit of all Replicas! (The IO is the same on all 3 nodes!! (only the bandwith is much smaller on the checksum nodes).

5.) I add 3 further Boxes (so we have 12 Boxes in Total):

A) These Boxes does NOT have the Data yet (to help scale linearly). I first have to get the Customer1 Record to at least one of this new Boxes.
=>This means I have to Change the replication Factor to 4
(OR is there any other option to get the data to another box?)

And now we have the same problem. The Replication Factor is now 4. And all 4 Boxes will receive the Read(Repair)Requst for this highly trafficed customer1 row. This does not scale this way. Scaling would only work if we have Copy that will NOT receive the ReadRepair Request.

What is wrong in my understanding?? My Conculsion: With Standard ReadRepair the System will NOT scale linearly (for a single highly trafficed row), as adding further boxes will also lead to the fact that these boxes also receive the ReadRepair requests (for this trafficed row)…

Thanks very much!!!Jens

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:20:27+00:00Added an answer on May 21, 2026 at 4:20 pm

    Adding further nodes will help (in most situations). There will only be N read repair “requests” during a read, where N is the ReplicationFactor (number of replicas, nb. not the # of nodes in the entire cluster). So the new node(s) will only be included in a read / read repair if the data you request is included in the nodes key range (or is holding a replica of the data).

    There is also the read_repair_chance tunable per ColumnFamily, but that is a more advanced topic and doesn’t change the fundamental equation that you should scale reads by adding more nodes, rather than de-tuning read repair.

    You could read more about replication and consistency from bens slides

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Bloom filter, we will be getting space optimization. The cassandra framework also has
Suppose that one has set up a cassandra cluster. You've got a 10[TB] database
The Cassandra command-line utility sstablekeys can be used to extract all defined row keys
i am using cassandra-jdbc to perform the operation on data in cassandra but when
There has been a lot of talk about contra-revolutionary NoSQL databases like Cassandra ,
In my previous question I asked how to implement fixed number columns in cassandra
I have a cassandra column family which has a row key like 2012-09-30-05-42-00:30:5856869 I
I have always read that Cassandra is good if your application changes frequently and
I'm trying to get my head around Cassandra's DB model, but I'm not having
I understand that with Cassandra, it is possible to search using secondary indexes, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.