1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00
Lunny Xiao 98637fe76e
Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106)
This PR fixes a performance problem when reviewing a pull request in a
big instance which have many records in the `review` table.
Traditionally, we should add more indexes in that table. But since
dismissed reviews of 1 pull request will not be too many as expected in
a common repository. Filtering reviews in the memory should be more
quick .

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-07 10:50:09 +08:00
..
2024-12-06 14:29:04 +00:00
2024-12-30 01:57:38 +00:00
2024-12-30 01:57:38 +00:00
2024-12-26 11:56:03 +08:00
2024-12-24 13:47:45 +00:00
2024-06-19 06:32:45 +08:00
2024-12-29 01:05:56 +00:00
2024-12-30 01:57:38 +00:00
2024-12-30 01:57:38 +00:00
2024-12-24 13:47:45 +00:00
2024-12-30 01:57:38 +00:00
2024-05-03 09:13:48 +00:00
2025-01-03 00:32:02 +08:00
2024-12-30 01:57:38 +00:00