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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:22:54+00:00 2026-05-25T15:22:54+00:00

How to cache database heavy page(almost 12tables it references to) so that i Give

  • 0

How to cache database heavy page(almost 12tables it references to) so that i

  1. Give the user the latest page always
  2. I have a cached HTML output of the page for the output.

I already have a caching system where the page is cached for 1day and refreshes if its older than 1 day. But that takes 1 day (or what ever the time interval that is kept in the scrip) for changes to get affected. Can i have it done faster? I mean it should update itself when ever the row/col in those tables get updated.

Having a timestamp matching for when the row was updated would be again heavy as there are 12tables (each page referes to 1 row in them) and its as good as generating it dynamically. Besides the code is already written and it would be very difficult to go through every single operations that may insert/update/delete the tables.

  • 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-25T15:22:55+00:00Added an answer on May 25, 2026 at 3:22 pm

    You need to denormalize your database structure… The most unpainful method is creating some “cache” tables where will be only those columns which are being displayed… So you will have about 70% less tables and fields… Less joins, smart indexes…

    After that you need to write a cron job, which will synchronize these cache tables with real ones.
    You can add some flag fields (for ex. is_modified, or date_last_modified, etc…) into your real tables and update these fields using triggers. After that your cron job will se what has gone with your real tables, for ex. during last 2-3 minutes and will sync these table accordingly…

    This is a very project specific solution, but I had success with many projects using this cache technique…

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

Sidebar

Related Questions

Is it possible to have cached queries asynchronous, so that no frontend user actually
I would like to cache my most database heavy actions in my asp.net-mvc site.
Does anyone know how Local Database Cache works? Does it save the user's updates
I have a basic web app that given a url, hits a database, does
What is the usage of Local Database Cache project type in Visual Studio?
I need to organize cache in mySql database for address - coordinates. What is
If you cache data from your database in ASP.NET session then you will speed
I'm using a database as a kind of cache - the purpose is to
Never used a cache like this before. The problem is that I want to
I'm implementing a cache in a class library that i'm using in an asp.net

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.