Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimise productVariant.stocks query. #15897

Merged
merged 1 commit into from May 7, 2024

Conversation

zedzior
Copy link
Member

@zedzior zedzior commented Apr 26, 2024

Port to: #15766

Impact

  • New migrations
  • New/Updated API fields or mutations
  • Deprecated API fields or mutations
  • Removed API types, fields, or mutations

Docs

  • Link to documentation:

Pull Request Checklist

  • Privileged queries and mutations are either absent or guarded by proper permission checks
  • Database queries are optimized and the number of queries is constant
  • Database migrations are either absent or optimized for zero downtime
  • The changes are covered by test cases
  • All new fields/inputs/mutations have proper labels added (ADDED_IN_X, PREVIEW_FEATURE, etc.)
  • All migrations have proper dependencies
  • All indexes are added concurrently in migrations
  • All RunSql and RunPython migrations have revert option defined

@zedzior zedzior added performance 3.16 merchant Merchant Experience team topics labels Apr 26, 2024
@zedzior zedzior self-assigned this Apr 26, 2024
@db-queries
Copy link

db-queries bot commented Apr 26, 2024

Here is the report for 145c869 (saleor:merx-294-optimize-variant-stocks-query-3.16)
Missing base report (12c1ef0). The results couldn't be compared.

No differences were found.

@zedzior zedzior requested a review from a team April 26, 2024 11:59
@korycins korycins requested a review from a team April 26, 2024 12:14
@zedzior zedzior merged commit 234d909 into 3.16 May 7, 2024
13 checks passed
@zedzior zedzior deleted the merx-294-optimize-variant-stocks-query-3.16 branch May 7, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.16 merchant Merchant Experience team topics performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants