• A Implement a caching strategy for the product table to improve read performance.
  • B Create an index on the product table for the most frequently queried fields.
  • C Create a summary table that aggregates frequently accessed data from the product table.
  • D A and B