You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
The text was updated successfully, but these errors were encountered:
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 byuser_id
andis_deleted
. So I think we should adjust the indexes again. We should add a new indexuser_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
The text was updated successfully, but these errors were encountered: