Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc07f50

Browse files
perf: add index on provisioner_jobs table for status field
1 parentc4316fd commitfc07f50

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

‎coderd/database/dump.sql

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROPINDEX idx_provisioner_jobs_status;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATEINDEXidx_provisioner_jobs_statusON provisioner_jobs USING btree (job_status);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp