mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Use hash instead of btree for channel_videos_ucid_idx
This commit is contained in:
parent
bead12d6d0
commit
51d00b16c3
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ CREATE INDEX channel_videos_published_idx
|
|||
-- DROP INDEX public.channel_videos_ucid_idx;
|
||||
|
||||
CREATE INDEX channel_videos_ucid_idx
|
||||
ON public.channel_videos USING btree
|
||||
ON public.channel_videos USING hash
|
||||
(ucid COLLATE pg_catalog."default")
|
||||
TABLESPACE pg_default;
|
Loading…
Reference in a new issue