Prevent table scan

This commit is contained in:
M66B
2023-01-28 20:59:42 +01:00
parent ee4eb0c009
commit 30e4f994e6
3 changed files with 2902 additions and 1 deletions

View File

@@ -74,6 +74,8 @@ import javax.mail.internet.InternetAddress;
@Index(value = {"account"}),
@Index(value = {"folder"}),
@Index(value = {"identity"}),
@Index(value = {"replying"}),
@Index(value = {"forwarding"}),
@Index(value = {"folder", "uid"}, unique = true),
@Index(value = {"inreplyto"}),
@Index(value = {"msgid"}),