feat: index on movie genres, metadata, filters, pagination
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX IF NOT EXISTS movies_title_idx ON movies USING GIN (to_tsvector('simple', title));
|
||||
CREATE INDEX IF NOT EXISTS movies_genres_idx ON movies USING GIN (genres);
|
||||
|
||||
Reference in New Issue
Block a user