Skip to content

Commit

Permalink
fix: Fix slow AllTags page because of misconfigured tagId index. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Nov 8, 2024
1 parent cbaa033 commit 8f44c81
Show file tree
Hide file tree
Showing 4 changed files with 1,414 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/db/drizzle/0033_nappy_molten_man.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS `tagsOnBookmarks_tagId_idx`;--> statement-breakpoint
CREATE INDEX `tagsOnBookmarks_tagId_idx` ON `tagsOnBookmarks` (`tagId`);
Loading

0 comments on commit 8f44c81

Please sign in to comment.