---
title: Bulk queries now execute up to 4X faster - 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/bulk-queries-now-execute-faster'
  md: 'https://shopify.dev/changelog/bulk-queries-now-execute-faster.md'
metadata:
  effectiveApiVersion: ''
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2026-05-29T12:11:19-04:00'
  postedAt: '2026-06-17T11:45:00-04:00'
  updatedAt: '2026-06-16T12:07:32-04:00'
  effectiveAt: '2040-05-30T12:00:00-04:00'
---

June 17, 2026

Tags:

* Admin GraphQL API

# Bulk queries now execute up to 4X faster

Exporting large datasets from Shopify is now up to 4X faster, thanks to optimizations to [bulk queries](https://shopify.dev/docs/api/usage/bulk-operations/queries).

Bulk operations are the most efficient way to import and export data from Shopify stores. Compared to synchronous use of the Admin API, you can build functionality faster with bulk operations, process large datasets in less time, and spend less on infrastructure.

Other recent improvements to bulk operations include:

* [New queries for managing bulk operations](https://shopify.dev/changelog/new-queries-for-bulk-operations)
* [Support for all mutations and up to 5 concurrent bulk operations](https://shopify.dev/changelog/faster-bulk-operations)
* [Support for bulk operations in Shopify CLI](https://shopify.dev/changelog/use-the-admin-api-and-bulk-operations-in-shopify-cli)

You can run your own comparison of bulk queries and mutations against synchronous API calls with the [bulk operations sample app](https://github.com/Shopify/bulk-operations-sample-app/), or read more about bulk [queries](https://shopify.dev/docs/api/usage/bulk-operations/queries) and [mutations](https://shopify.dev/docs/api/usage/bulk-operations/imports).
