Add migration to create an index on load_new_guix_revision_job_events
To speed up the rendering of the index page.
This commit is contained in:
parent
580900b0f4
commit
bd47a03c22
4 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Deploy guix-data-service:index_on_load_new_guix_revision_job_events_job_id to pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
CREATE INDEX load_new_guix_revision_job_events_job_id ON load_new_guix_revision_job_events USING btree (job_id);
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue