-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
あなた宛ての読み込みに時間がかかるまた場合によっては失敗する #2466
Comments
該当のはマージ済みなので関係なさそうだわ |
現象としてはあなた宛を読みこもうとするとDBが巨大になっているせいか、数十秒以上かかってDB読み込みによる負荷もかかっているようです。一定期間(一ヶ月くらい)以上は読みこもうとしない(期間ではなければ何件かに制限する)ような挙動にできたら良いかなと。 なお、通知の返信及び言及での絞り込みの表示方法ではこの現象は起きない模様です。あなた宛てまたはDMのみ起きます(DMは比較的素早く返ってくるので負荷がそれほどひどくはない) |
件数減らす |
現行 EXPLAIN SELECT *
FROM "note"
WHERE
'{"xxxxx"}' <@ "note"."mentions"
OR
'{"xxxxx"}' <@ "note"."visibleUserIds"
ORDER BY
"note"."id" DESC
visibleUserIds見なくていい EXPLAIN SELECT *
FROM "note"
WHERE
'{"xxxxx"}' <@ "note"."mentions"
ORDER BY
"note"."id" DESC
|
@tkmrgit 下の2つの結果見ること出来るかしら?
|
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 Summary
めいv11運用中にゃのですが、あなた宛てを開こうとすると開けないユーザーがいるようです。
以前にこのようなIssueがあったようなのですがめいv11は対応されていにゃかったりしますでしょうか... それも対象外?
あなた宛てが重い #6563
misskey-dev/misskey#6563 (v12の時のIssueかも)
The text was updated successfully, but these errors were encountered: