Closed
Description
Description
#19472 refined the indexes, now we have two indexes group. One is repo_id
, user_id
, is_deleted
, another is "act_user_id", "repo_id", "created_unix", "user_id", "is_deleted". But the most frequent page is the dashboard, it will only be affected by user_id
and is_deleted
. So I think we should adjust the indexes again. We should add a new index user_id
, is_deleted
for user's dashboard.
Gitea Version
Latest
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
self-hosted
Database
None