Speed up issue search

This commit is contained in:
dotta
2026-04-06 20:30:50 -05:00
parent 0edac73a68
commit 5136381d8f
15 changed files with 13127 additions and 27 deletions
+1
View File
@@ -31,5 +31,6 @@ export const issueComments = pgTable(
table.issueId,
table.createdAt,
),
bodySearchIdx: index("issue_comments_body_search_idx").using("gin", table.body.op("gin_trgm_ops")),
}),
);