When designing a system with high-frequency Read operations, ______ the database can optimize performance by reducing the I/O operations on the database.

  • Indexing
  • Normalizing
  • Caching
  • Sharding
In systems with high-frequency Read operations, caching the database can optimize performance by reducing the I/O operations on the database server. Cached data can be quickly retrieved from memory, reducing the load on the underlying database.
Add your answer
Loading...

Leave a comment

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