Member-only story

Caching Technologies: Database Caching

Er. Utkarsh Malpani
Bootcamp
Published in
4 min readSep 26, 2023

Scenes of one of the important types of caching will Amaze you

Overview:

  • What is Database Caching

More about Caching: Caching Techniques: One should know

  • Key Aspects of DataBase caching
  • Summary
Database Caching

Database Caching

Database caching is an overall performance optimization method used in database control systems (DBMS) to enhance the velocity and performance of database operations. It involves storing regularly accessed records or question consequences in an excessive-pace cache, which includes memory (RAM), to reduce the need for repeated, time-consuming disk I/O operations.

Key Aspects of Database Caching

Cache Types:

  • Query Result Caching:

This involves caching the results of frequently executed database queries. When a query is executed, the results are stored in memory. Subsequent identical or similar queries can be served from the cache without hitting the disk.

  • Data Caching:

In data caching, frequently accessed database records or objects are stored in memory. This is particularly useful for read-heavy workloads where the same data is…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Bootcamp
Bootcamp

Published in Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Er. Utkarsh Malpani
Er. Utkarsh Malpani

Written by Er. Utkarsh Malpani

Wintel Analyst | Cloud Techee | Career Consultant | Writer | Blogger | Nature Lover | Become a Medium Member: https://medium.com/@utkarsh77786/membership

Responses (2)

Write a response