---
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'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2022-09-20T12:35:02-04:00'
  postedAt: '2022-09-20T00:00:00-04:00'
  updatedAt: '2024-02-02T10:05:07-05:00'
  effectiveAt: '2022-09-20T00:00:00-04:00'
---

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.
