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 6970709
In Process

The Archive Base Latest Questions

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

So I have this expensive db query whose result won’t change very often. The

  • 0

So I have this expensive db query whose result won’t change very often.

The thing is, the only thing I really care about for 95% of the time with this query is a 50 kb string of raw data.

Is it completely against “the RoR way”TM to use page caching to cache the result of an expensive and oft-used query?

caching the resultset on the db server itself is a little overkill since I really only care about a few bits of data that I’ve .collect{}ed from the query result.
And page caching is wasteful since several different pages make use of this data and would all be caching the same thing with only the view around it changing.

  • 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-27T16:44:42+00:00Added an answer on May 27, 2026 at 4:44 pm

    Sounds like you want the rails cache

    Rails.cache.fetch('cache_key') do
      # calculations here
    end
    

    This either performs the calculations and stuffs the block’s return value in the cache or reads the value from the cache.

    You can either expire things explicitly (Rails.cache.delete) or set expiry times or use generational cache keys.

    There are a variety of cache stores you can use, but one of the more common ones is memcsched. There are details on how you can configure the cache store here

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

Sidebar

Related Questions

I have an insert query that gets generated like this INSERT INTO InvoiceDetail (LegacyId,InvoiceId,DetailTypeId,Fee,FeeTax,Investigatorid,SalespersonId,CreateDate,CreatedById,IsChargeBack,Expense,RepoAgentId,PayeeName,ExpensePaymentId,AdjustDetailId)
I have a table that looks something like this: word big expensive smart fast
Say that I have a long, expensive query, packed with conditions, searching a large
I have a rather expensive query that returns a page of results: SELECT *
In postgis, is the ST_GeomFromText call very expensive? I ask mostly because I have
I have a dataset in MySQL where using limit is already an expensive query,
I have a very complex MySQL query that includes use of the same subquery
I have a mysql SELECT query which is fast (<0.1 sec) but only the
I have this code in jQuery, that I want to reimplement with the prototype
I have this idea for a free backup application. The largest problem I need

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.