Scenario: A large e-commerce platform stores millions of product records in its database. To improve query performance, the database administrator decides to implement data partitioning based on product categories. What benefits can the company expect from this storage optimization strategy?

  • Enhanced data normalization
  • Improved data integrity
  • Increased data redundancy
  • Reduced query response time
By implementing data partitioning based on product categories, the e-commerce platform can expect reduced query response time. This is because data related to specific product categories is stored together, allowing for more efficient retrieval and improved overall system performance.
Add your answer
Loading...

Leave a comment

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