mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #20863] issue: 在搜索或查看用户聊天记录时会导致整个系统卡死 #34845
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zbzzh on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20863
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.7.2
Ollama Version (if applicable)
No response
Operating System
debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
在管理员后台查询用户聊天记录或在前台搜索某一个关键词的时候,会导致整个系统卡死,其他用户也无法正常访问。我查看了系统负载,还有很大冗余。希望可以优化性能,在执行这类操作的时候不要影响其他用户正常使用。
When the administrator queries user chat history in the backend or searches for a specific keyword in the frontend, the entire system crashes, preventing other users from accessing the system normally. I checked the system load, and there is still significant redundancy. I hope performance can be optimized so that performing these operations does not affect other users' normal use.
Actual Behavior
整个系统卡死
Steps to Reproduce
在管理员后台查询用户聊天记录或在前台搜索某一个关键词的时候
Logs & Screenshots
No error
Additional Information
No response