feat(d1): add index for lowercased email addresses to improve query performance

This commit is contained in:
beilunyang
2025-12-31 01:21:51 +08:00
parent 71614333cc
commit 0d6670ebd5
4 changed files with 879 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
CREATE INDEX `email_address_lower_idx` ON `email` (LOWER("address"));