Skip to content

Optimize SQL queries for fetching a number of images #1463

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

Open
php-coder opened this issue Aug 19, 2020 · 0 comments
Open

Optimize SQL queries for fetching a number of images #1463

php-coder opened this issue Aug 19, 2020 · 0 comments
Labels
area/optimization This change could speed up our site techdebt
Milestone

Comments

@php-coder
Copy link
Owner

At this moment, we have 2 subqueries that probably can be replaced by a joining with a temporary table (with a window functions?) or something similar.

Tech debt for: 45f4e92 and d618de2 (#1420)

@php-coder php-coder added techdebt area/optimization This change could speed up our site labels Aug 19, 2020
@php-coder php-coder added this to the 0.4.6 milestone Jan 12, 2021
@php-coder php-coder modified the milestones: 0.4.6, 0.4.7 Feb 1, 2021
@php-coder php-coder modified the milestones: 0.4.7, 0.5 Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/optimization This change could speed up our site techdebt
Projects
None yet
Development

No branches or pull requests

1 participant