Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Perf: add extra index to notification table (#32395) | BoYanZh | 2024-11-13 | 1 | -0/+77 |
Index SQL: `CREATE INDEX u_s_uu ON notification(user_id, status, updated_unix);` The naming follows `action.go` in the same dir. I am unsure which version I should add SQL to the migration folder, so I have not modified it. Fix #32390 |