- Notifications
You must be signed in to change notification settings - Fork1k
chore: replace original GetPrebuiltWorkspaces with optimized version#18832
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
johnstcn commentedJul 20, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM 💪
Just curious, have you observed a similar order of magnitude in performance improvement on dogfood as the one described in the previous PR?
#18717
Explain before (71.1ms):https://explain.dalibo.com/plan/9be18ab833b7a000
Explain after (9.8ms):https://explain.dalibo.com/plan/b4a94742gaha229g(EDIT: not selecting from correct CTE)
Explain after (11.2ms):https://explain.dalibo.com/plan/bea42b563ff7fbe7
It's not as good, but still significant. |
198d50d
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixescoder/internal#715
Follow-up from#18717
Once we've determined the updated query is safe, remove the duplication.