Skip to content

fix: index GetWorkspaceAgentsByResourceIDs query #5021

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

Merged
merged 3 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: index GetWorkspaceAgentsByResourceIDs query
  • Loading branch information
coadler committed Nov 10, 2022
commit ac2a60ce641f0019644f613dc3c22a532eb0a9ef
2 changes: 2 additions & 0 deletions coderd/database/dump.sql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX workspace_agents_resource_id_idx;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX workspace_agents_resource_id_idx ON workspace_agents USING btree (resource_id);