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

  • SEARCH
  • Home
  • 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 7697281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:58:31+00:00 2026-05-31T21:58:31+00:00

My use case expects heavy read load – there are two possible model design

  • 0

My use case expects heavy read load – there are two possible model design strategies:

  1. Tiny rows with row cache: In this case row is small enough to fit into RAM and all columns are being cached. Read access should be fast.

  2. Wide rows with key cache. Wide rows with large columns amount are to big for row cache. Access to column subset requires HDD seek.

As I understand using wide rows is a good design pattern. But we would need to disable row cache – so …. what is the benefit of such wide row (at least for read access)?

Which approach is better 1 or 2?

  • 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-31T21:58:32+00:00Added an answer on May 31, 2026 at 9:58 pm

    Row cache does not necessary increase read performance.

    When row cache is disabled and with enabled key cache Cassandra will read data directly from HDD jumping directly to right offset (based on key cache). In this case operating system will cache HDD access.

    Cassandra opens file as virtual file – in this case file is handled as “read from memory” in reality first read goes to HDD and second read is being served from RAM. Only already accessed file parts are loaded into RAM (plus read ahead 128kb)

    My load tests (3 Servers with 8 Core xenon, 24GB RAM, 60GB data in Cassandra) has showed, that row cache and file system cache have similar performance – OS cache causes lower CPU load

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

Sidebar

Related Questions

Use case: user clicks the link on a webpage - boom! load of files
Use case: I've just entered insert mode, and typed some text. Now I want
Use Case When a user goes to my website, they will be confronted with
Use case: Wanna insert custom annotation to fields in java class generated by JAXB
Use case: class MyTask(Task): queue = 'default_queue' def run(self): # do work Normally I
Use case: class A { static int s_common; public: static int getCommon () const
The use case is that I use one development machine for different source trees.
The use case I can think of is the following: In a typical application,
The use case I want to achive is. 1. Fetch XML from a remote
My use case is as follows -- I have a database table with around

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.