mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
feat: add some really big indexes (60% of database load lol) (#1645)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX IF NOT EXISTS score_import_id_idx ON public.score USING btree (import_id);
|
||||
CREATE INDEX IF NOT EXISTS import_error_import_id_idx ON public.import_error USING btree (import_id);
|
||||
CREATE INDEX IF NOT EXISTS import_class_import_id_idx ON public.import_class USING btree (import_id);
|
||||
Reference in New Issue
Block a user