mirror of
1
Fork 0
forgejo/modules
Gusted 4b19215691
[GITEA] Add slow SQL query warning
- Databases are one of the most important parts of Forgejo, every
interaction with Forgejo uses the database in one way or another.
Therefore, it is important to maintain the database and recognize when
Forgejo is not doing well with the database. Forgejo already has the
option to log *every* SQL query along with its execution time, but
monitoring becomes impractical for larger instances and takes up
unnecessary storage in the logs.
- Add a QoL enhancement that allows instance administrators to specify a
threshold value beyond which query execution time is logged as a warning
in the xorm logger. The default value is a conservative five seconds to
avoid this becoming a source of spam in the logs.
- The use case for this patch is that with an instance the size of Codeberg, monitoring SQL logs is not very fruitful and most of them are uninteresting. Recently, in the context of persistent deadlock issues (https://codeberg.org/forgejo/forgejo/issues/220), I have noticed that certain queries hold locks on tables like comment and issue for several seconds. This patch helps to identify which queries these are and when they happen.
- Added unit test.

(cherry picked from commit 24bbe7886f)
(cherry picked from commit 6e29145b3c)
(cherry picked from commit 63731e3071)
(cherry picked from commit 3ce1a09736)
(cherry picked from commit a64426907d)
2023-09-18 15:43:04 +02:00
..
actions [CI] Search .forgejo/workflows first 2023-09-18 13:25:11 +02:00
activitypub More refactoring of `db.DefaultContext` (#27083) 2023-09-15 06:13:19 +00:00
analyze
assetfs
auth [SECURITY] default to pbkdf2 with 320,000 iterations 2023-09-18 14:00:11 +02:00
avatar
base
cache
charset
container
context Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +00:00
contexttest Avoid double-unescaping of form value (#26853) 2023-09-01 12:01:36 +00:00
csv
doctor Reduce usage of `db.DefaultContext` (#27073) 2023-09-14 17:09:32 +00:00
emoji
eventsource Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +00:00
generate
git Support `.git-blame-ignore-revs` file (#26395) 2023-09-16 17:42:34 +00:00
gitgraph
graceful
hcaptcha
highlight
hostmatcher
html
httpcache
httplib
indexer [CI] disable meilisearch/elasticsearch test, no server yet in CI 2023-09-18 13:25:11 +02:00
issue/template
json
label
lfs Refactor lfs requests (#26783) 2023-09-18 08:40:50 +00:00
log
markup fix media description render for orgmode (#26895) 2023-09-13 05:44:59 +00:00
mcaptcha
metrics Reduce usage of `db.DefaultContext` (#27073) 2023-09-14 17:09:32 +00:00
migration
nosql
options
packages
paginator
pprof
private [CLI] implement forgejo-cli 2023-09-18 13:25:11 +02:00
process
proxy
proxyprotocol
public
queue [CI] disable redis test, no redis server yet in CI 2023-09-18 13:25:11 +02:00
recaptcha
references Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 2023-09-14 02:59:53 +00:00
regexplru
repository Add `RemoteAddress` to mirrors (#26952) 2023-09-16 16:03:02 +00:00
secret
session Next round of `db.DefaultContext` refactor (#27089) 2023-09-16 14:39:12 +00:00
setting [GITEA] Add slow SQL query warning 2023-09-18 15:43:04 +02:00
sitemap
ssh restrict certificate type for builtin SSH server (#26789) 2023-09-01 13:45:22 +00:00
storage [CI] Forgejo Actions based CI for PR & branches 2023-09-18 13:25:11 +02:00
structs [FEAT] allow setting the update date on issues and comments 2023-09-18 14:11:24 +02:00
svg
sync
system
templates Replace `util.SliceXxx` with `slices.Xxx` (#26958) 2023-09-07 09:37:47 +00:00
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
upload
uri
user
util Refactor lfs requests (#26783) 2023-09-18 08:40:50 +00:00
validation [GITEA] add option for banning dots in usernames 2023-09-18 15:40:46 +02:00
web [GITEA] add option for banning dots in usernames 2023-09-18 15:40:46 +02:00
webhook