gitea/routers
Lunny Xiao 98637fe76e
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
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
..
api Refactor package (routes and error handling, npm peer dependency) (#33111) 2025-01-06 22:45:20 +08:00
common Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
install Refactor request context (#32956) 2024-12-24 11:43:57 +08:00
private [Feature] Private README.md for organization (#32872) 2024-12-31 04:22:09 +00:00
utils Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
web Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 2025-01-07 10:50:09 +08:00
init.go Add sub issue list support (#32940) 2024-12-24 01:54:19 +00:00