Skip to content

Conversation

@kacpersaw
Copy link
Contributor

This PR addresses the significant database load issue where the GetWorkspaces query was causing performance problems in the license entitlements code.

cherry picked from commit 3074547

…nts (#19747)

Closes: coder/internal#964

This PR addresses the significant database load issue where the
`GetWorkspaces` query was causing performance problems in the license
entitlements code.
@kacpersaw kacpersaw added the cherry-pick/v2.26 Needs to be cherry-picked to the 2.26 release branch label Sep 10, 2025
kacpersaw added a commit that referenced this pull request Sep 11, 2025
…) (#19765)

This is required by #19756 

The latest release of all `pg_dump` major versions, going back to 13,
started inserting `\restrict` `\unrestrict` keywords into dumps. This
currently breaks sqlc in `gen/dump` and our check migration script. Full
details of the postgres change are available here:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=575f54d4c

To fix, we'll always use the `pg_dump` in our postgres 13.21 docker
image for schema dumps, instead of what's on the runner/local machine.

Coder doesn't restore from postgres dumps, so we're not vulnerable to
attacks that would be patched by the latest postgres version.
Regardless, we'll unpin ASAP.

Once sqlc is updated to handle these keywords, we need to start
stripping them when comparing the schema in the migration check script,
and then we can unpin the pg_dump version. This is being tracked at
coder/internal#965

Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
@kacpersaw kacpersaw merged commit 5369204 into release/2.26 Sep 11, 2025
24 of 25 checks passed
@kacpersaw kacpersaw deleted the kacpersaw/cherry-pick/19747 branch September 11, 2025 07:48
@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cherry-pick/v2.26 Needs to be cherry-picked to the 2.26 release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants