mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
bug: huge db query for funtion #5339
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 @U8F69 on GitHub (May 27, 2025).
Check Existing Issues
Problem Description
This commit (
74ace200fe) removes the function cache, resulting in a significant increase in unnecessary database queries when using filters. Additionally, the database bandwidth usage now depends on the length of the filter code.Desired Solution you'd like
Add a function cache
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (May 27, 2025):
intended behaviour.
@U8F69 commented on GitHub (May 27, 2025):
But we observed an increase in CPU for both open-webui and postgres, about 30%