--- title: Performance Improvement on Product(s) Query - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/performance-improvement-on-product-s-query md: https://shopify.dev/changelog/performance-improvement-on-product-s-query.md --- [Back to Developer changelog](https://shopify.dev/changelog) September 20, 2022 Tags: * API # Performance Improvement on Product(s) Query We've added a new Rails association to `Product` and use it in the `Product` GraphQL, so that the database queries use an indexed access path, rather than doing a full table search as is being done now. There's no change to the API.