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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:13:15+00:00 2026-05-11T01:13:15+00:00

We’ve recently updated to Oracle 11g and our DBA has suggested using result caching

  • 0

We’ve recently updated to Oracle 11g and our DBA has suggested using result caching to improve the performance of some of our queries. A quick search of Google shows there is some criticism of the feature and how it scales. Like any cache scheme, there will be situations in which it wins big time and other situations where it fails miserably. Our usage pattern (asking the database multiple times for the same bit of information that rarely changes) seems to be well suited for result caching.

Have you had any experience with the feature either positive or negative?

  • 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. 2026-05-11T01:13:16+00:00Added an answer on May 11, 2026 at 1:13 am

    I would be very wary of anything that tried to have the database cache all query results– that is very likely going to cause lots of extra work maintaining the result cache for 90% of queries that aren’t going to benefit. Oracle’s cache invalidation algorithm is pretty basic and designed to ensure that stale results are never returned, so any change to an underlying table is going to force the invalidation of the all the result caches that were derived from that table. Assuming that most of your queries are hitting tables that do change with some frequency, that is probably not worthwhile overhead.

    You really only want to cache results that – are expensive to run (otherwise, the marginal benefit of caching the result rather than just caching the data in the buffer cache like Oracle is already doing is minimal. Caching a single-row primary key lookup is probably never going to be worthwhile) – are constant for a reasonable period of time (ensuring that someone else can use the cache) – reference tables that are mostly static (ensuring that you don’t have to spend lots of time invalidating cached results when you do DML against the table)

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

Sidebar

Ask A Question

Stats

  • Questions 69k
  • Answers 69k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You can take a look at Part-Cover. It's a code… May 11, 2026 at 12:27 pm
  • added an answer I'm answering this because the coretext-dev archives are not searchable,… May 11, 2026 at 12:27 pm
  • added an answer ActiveMQ has support for message groups which, quite literally, should… May 11, 2026 at 12:27 pm

Related Questions

We are developing a little application that given a directory with PDF files creates
We have been using CruiseControl for quite a while with NUnit and NAnt. For
We have a requirement in project to store all the revisions(Change History) for the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.