_______ is a storage optimization strategy that involves storing frequently accessed data in memory for faster access.

  • Caching
  • Data Warehousing
  • Indexing
  • Sharding
Caching is a storage optimization strategy that involves storing frequently accessed data in memory. This helps in reducing the time it takes to retrieve the data since accessing data from memory is faster compared to fetching it from disk. Caching is commonly used in database systems to improve overall performance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *