Which of the following techniques can be employed for database performance tuning?

  • Data isolation
  • Data replication
  • Data validation
  • Denormalization
Denormalization is one of the techniques employed for database performance tuning. It involves intentionally introducing redundancy into a database schema to improve read performance by reducing the need for joins and simplifying data retrieval operations.
Add your answer
Loading...

Leave a comment

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